Html Css Color HEX #8FAB0E Citrus

📋 copy color: '#8FAB0E'

red 143 ◦ green 171 ◦ blue 14

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

Shades of Citrus #8FAB0E

Tints of Citrus #8FAB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.27%

R = 43.6%
G = 52.13%
B = 4.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#8FAB0E (or 0x8FAB0E) is known color: Citrus. HEX triplet: 8F, AB and 0E. RGB value is (143,171,14). Sum of RGB (Red+Green+Blue) = 143+171+14=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 171 (67.19% from 255 or 52.13% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 171 - color contains mainly: green. Hex color #8FAB0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAB0E is #7054F1. Grayscale: #919191. Windows color (decimal): -7361778 or 961423. OLE color: 961423.

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

Color convert

RGB 143 171 14 -
CMYK 0.16 0 0.92 0.33
HSL 70.7º 0.85% 0.36% -
HSV(B) 70.7º 0.92% 0.67% -
XYZ 25.97 35 5.8 -
YUV 144.73 54.22 126.77 -
System Red Green Blue C M Y K H S L
Decimal 143 171 14 0.16 0 0.92 0.33 70.7 0.85 0.36
Hex 8F AB E 10 0 5C 21 47 55 24
Octal 217 253 16 20 0 134 41 107 125 44
Binary 10001111 10101011 1110 10000 0 1011100 100001 1000111 1010101 100100

Color Harmonies of #8FAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAB0E

Black with #8FAB0E

Text Example


Text Example

White with #8FAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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