Html Css Color HEX #8AA012 Citron

📋 copy color: '#8AA012'

red 138 ◦ green 160 ◦ blue 18

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

Shades of Citron #8AA012

Tints of Citron #8AA012

RGB

 RED value IS 138 (54.3% from 255) = 43.67%

 GREEN value IS 160 (62.89% from 255) = 50.63%

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

R = 43.67%
G = 50.63%
B = 5.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#8AA012 (or 0x8AA012) is known color: Citron. HEX triplet: 8A, A0 and 12. RGB value is (138,160,18). Sum of RGB (Red+Green+Blue) = 138+160+18=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA012 is #755FED. Grayscale: #898989. Windows color (decimal): -7692270 or 1220746. OLE color: 1220746.

HSL color Cylindrical-coordinate representation of color #8AA012: hue angle of 69.3º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8AA012 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 138 160 18 -
CMYK 0.14 0 0.89 0.37
HSL 69.3º 0.8% 0.35% -
HSV(B) 69.3º 0.89% 0.63% -
XYZ 23.16 30.59 5.26 -
YUV 137.23 60.71 128.55 -
System Red Green Blue C M Y K H S L
Decimal 138 160 18 0.14 0 0.89 0.37 69.3 0.8 0.35
Hex 8A A0 12 E 0 59 25 45 50 23
Octal 212 240 22 16 0 131 45 105 120 43
Binary 10001010 10100000 10010 1110 0 1011001 100101 1000101 1010000 100011

Color Harmonies of #8AA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA012

Black with #8AA012

Text Example


Text Example

White with #8AA012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,160,18); }

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

background-color css

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

 a { background-color: rgb(138,160,18); }

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

border-color css

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

 span { border-color: rgb(138,160,18); }

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