Html Css Color HEX #8AA112 Citron

📋 copy color: '#8AA112'

red 138 ◦ green 161 ◦ blue 18

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

Shades of Citron #8AA112

Tints of Citron #8AA112

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.79%

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

R = 43.53%
G = 50.79%
B = 5.68%

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

#8AA112 (or 0x8AA112) is known color: Citron. HEX triplet: 8A, A1 and 12. RGB value is (138,161,18). Sum of RGB (Red+Green+Blue) = 138+161+18=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA112 is #755EED. Grayscale: #8A8A8A. Windows color (decimal): -7692014 or 1221002. OLE color: 1221002.

HSL color Cylindrical-coordinate representation of color #8AA112: hue angle of 69.65º 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 #8AA112 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 138 161 18 -
CMYK 0.14 0 0.89 0.37
HSL 69.65º 0.8% 0.35% -
HSV(B) 69.65º 0.89% 0.63% -
XYZ 23.34 30.94 5.31 -
YUV 137.82 60.38 128.13 -
System Red Green Blue C M Y K H S L
Decimal 138 161 18 0.14 0 0.89 0.37 69.65 0.8 0.35
Hex 8A A1 12 E 0 59 25 46 50 23
Octal 212 241 22 16 0 131 45 106 120 43
Binary 10001010 10100001 10010 1110 0 1011001 100101 1000110 1010000 100011

Color Harmonies of #8AA112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA112

Black with #8AA112

Text Example


Text Example

White with #8AA112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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