Html Css Color HEX #8AA211 Citron

📋 copy color: '#8AA211'

red 138 ◦ green 162 ◦ blue 17

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

Shades of Citron #8AA211

Tints of Citron #8AA211

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.1%

 BLUE value IS 17 (7.03% from 255) = 5.36%

R = 43.53%
G = 51.1%
B = 5.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#8AA211 (or 0x8AA211) is known color: Citron. HEX triplet: 8A, A2 and 11. RGB value is (138,162,17). Sum of RGB (Red+Green+Blue) = 138+162+17=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA211 is #755DEE. Grayscale: #8A8A8A. Windows color (decimal): -7691759 or 1155722. OLE color: 1155722.

HSL color Cylindrical-coordinate representation of color #8AA211: hue angle of 69.93º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AA211 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 162 17 -
CMYK 0.15 0 0.90 0.36
HSL 69.93º 0.81% 0.35% -
HSV(B) 69.93º 0.9% 0.64% -
XYZ 23.5 31.28 5.33 -
YUV 138.29 59.55 127.79 -
System Red Green Blue C M Y K H S L
Decimal 138 162 17 0.15 0 0.90 0.36 69.93 0.81 0.35
Hex 8A A2 11 F 0 5A 24 46 51 23
Octal 212 242 21 17 0 132 44 106 121 43
Binary 10001010 10100010 10001 1111 0 1011010 100100 1000110 1010001 100011

Color Harmonies of #8AA211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA211

Black with #8AA211

Text Example


Text Example

White with #8AA211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,162,17); }

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

background-color css

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

 a { background-color: rgb(138,162,17); }

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

border-color css

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

 span { border-color: rgb(138,162,17); }

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