Html Css Color HEX #8FAB0A Citrus

📋 copy color: '#8FAB0A'

red 143 ◦ green 171 ◦ blue 10

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

Shades of Citrus #8FAB0A

Tints of Citrus #8FAB0A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 52.78%

 BLUE value IS 10 (4.3% from 255) = 3.09%

R = 44.14%
G = 52.78%
B = 3.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#8FAB0A (or 0x8FAB0A) is known color: Citrus. HEX triplet: 8F, AB and 0A. RGB value is (143,171,10). Sum of RGB (Red+Green+Blue) = 143+171+10=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAB0A is #7054F5. Grayscale: #909090. Windows color (decimal): -7361782 or 699279. OLE color: 699279.

HSL color Cylindrical-coordinate representation of color #8FAB0A: hue angle of 70.43º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8FAB0A is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 171 10 -
CMYK 0.16 0 0.94 0.33
HSL 70.43º 0.89% 0.35% -
HSV(B) 70.43º 0.94% 0.67% -
XYZ 25.95 34.99 5.67 -
YUV 144.27 52.22 127.09 -
System Red Green Blue C M Y K H S L
Decimal 143 171 10 0.16 0 0.94 0.33 70.43 0.89 0.35
Hex 8F AB A 10 0 5E 21 46 59 23
Octal 217 253 12 20 0 136 41 106 131 43
Binary 10001111 10101011 1010 10000 0 1011110 100001 1000110 1011001 100011

Color Harmonies of #8FAB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAB0A

Black with #8FAB0A

Text Example


Text Example

White with #8FAB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,171,10); }

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

background-color css

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

 a { background-color: rgb(143,171,10); }

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

border-color css

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

 span { border-color: rgb(143,171,10); }

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