Html Css Color HEX #8AA115 Citron

📋 copy color: '#8AA115'

red 138 ◦ green 161 ◦ blue 21

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

Shades of Citron #8AA115

Tints of Citron #8AA115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.56%

R = 43.13%
G = 50.31%
B = 6.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#8AA115 (or 0x8AA115) is known color: Citron. HEX triplet: 8A, A1 and 15. RGB value is (138,161,21). Sum of RGB (Red+Green+Blue) = 138+161+21=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA115 is #755EEA. Grayscale: #8A8A8A. Windows color (decimal): -7692011 or 1417610. OLE color: 1417610.

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

Color convert

RGB 138 161 21 -
CMYK 0.14 0 0.87 0.37
HSL 69.86º 0.77% 0.36% -
HSV(B) 69.86º 0.87% 0.63% -
XYZ 23.36 30.95 5.45 -
YUV 138.16 61.88 127.88 -
System Red Green Blue C M Y K H S L
Decimal 138 161 21 0.14 0 0.87 0.37 69.86 0.77 0.36
Hex 8A A1 15 E 0 57 25 46 4D 24
Octal 212 241 25 16 0 127 45 106 115 44
Binary 10001010 10100001 10101 1110 0 1010111 100101 1000110 1001101 100100

Color Harmonies of #8AA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA115

Black with #8AA115

Text Example


Text Example

White with #8AA115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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