Html Css Color HEX #8FB912 Citrus

📋 copy color: '#8FB912'

red 143 ◦ green 185 ◦ blue 18

#8FB912
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8FB912

Tints of Citrus #8FB912

RGB

 RED value IS 143 (56.25% from 255) = 41.33%

 GREEN value IS 185 (72.66% from 255) = 53.47%

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 41.33%
G = 53.47%
B = 5.2%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8FB912 (or 0x8FB912) is known color: Citrus. HEX triplet: 8F, B9 and 12. RGB value is (143,185,18). Sum of RGB (Red+Green+Blue) = 143+185+18=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB912 is #7046ED. Grayscale: #9A9A9A. Windows color (decimal): -7358190 or 1227151. OLE color: 1227151.

HSL color Cylindrical-coordinate representation of color #8FB912: hue angle of 75.09º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FB912 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 185 18 -
CMYK 0.23 0 0.90 0.27
HSL 75.09º 0.82% 0.4% -
HSV(B) 75.09º 0.9% 0.73% -
XYZ 28.79 40.58 6.89 -
YUV 153.4 51.59 120.58 -
System Red Green Blue C M Y K H S L
Decimal 143 185 18 0.23 0 0.90 0.27 75.09 0.82 0.4
Hex 8F B9 12 17 0 5A 1B 4B 52 28
Octal 217 271 22 27 0 132 33 113 122 50
Binary 10001111 10111001 10010 10111 0 1011010 11011 1001011 1010010 101000

Color Harmonies of #8FB912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB912

Black with #8FB912

Text Example


Text Example

White with #8FB912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FB912; }

 p { color: rgb(143,185,18); }

 H1.HeaderClassName
 {
   color: #8FB912;
 }
 .AnyTagClassName
 {
   color: #8FB912;
 }
</style>

background-color css

<style>
 a { background-color: #8FB912; }

 a { background-color: rgb(143,185,18); }

 div.DivClassName
 {
   background-color: #8FB912;
 }
 .BgClassName
 {
   background-color: #8FB912;
 }
</style>

border-color css

<style>
 span { border-color: #8FB912; }

 span { border-color: rgb(143,185,18); }

 td.TdClassName
 {
   border-color: #8FB912;
 }
 .TagClassName
 {
   border-color: #8FB912;
 }
</style>