Html Css Color HEX #8FAA12 Citrus

📋 copy color: '#8FAA12'

red 143 ◦ green 170 ◦ blue 18

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

Shades of Citrus #8FAA12

Tints of Citrus #8FAA12

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.36%

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

R = 43.2%
G = 51.36%
B = 5.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#8FAA12 (or 0x8FAA12) is known color: Citrus. HEX triplet: 8F, AA and 12. RGB value is (143,170,18). Sum of RGB (Red+Green+Blue) = 143+170+18=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAA12 is #7055ED. Grayscale: #919191. Windows color (decimal): -7362030 or 1223311. OLE color: 1223311.

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

Color convert

RGB 143 170 18 -
CMYK 0.16 0 0.89 0.33
HSL 70.66º 0.81% 0.37% -
HSV(B) 70.66º 0.89% 0.67% -
XYZ 25.81 34.63 5.9 -
YUV 144.6 56.55 126.86 -
System Red Green Blue C M Y K H S L
Decimal 143 170 18 0.16 0 0.89 0.33 70.66 0.81 0.37
Hex 8F AA 12 10 0 59 21 47 51 25
Octal 217 252 22 20 0 131 41 107 121 45
Binary 10001111 10101010 10010 10000 0 1011001 100001 1000111 1010001 100101

Color Harmonies of #8FAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAA12

Black with #8FAA12

Text Example


Text Example

White with #8FAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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