Html Css Color HEX #84AA08 Lima

📋 copy color: '#84AA08'

red 132 ◦ green 170 ◦ blue 8

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

Shades of Lima #84AA08

Tints of Lima #84AA08

RGB

 RED value IS 132 (51.95% from 255) = 42.58%

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

 BLUE value IS 8 (3.52% from 255) = 2.58%

R = 42.58%
G = 54.84%
B = 2.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#84AA08 (or 0x84AA08) is known color: Lima. HEX triplet: 84, AA and 08. RGB value is (132,170,8). Sum of RGB (Red+Green+Blue) = 132+170+8=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AA08 is #7B55F7. Grayscale: #8C8C8C. Windows color (decimal): -8082936 or 567940. OLE color: 567940.

HSL color Cylindrical-coordinate representation of color #84AA08: hue angle of 74.07º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84AA08 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 132 170 8 -
CMYK 0.22 0 0.95 0.33
HSL 74.07º 0.91% 0.35% -
HSV(B) 74.07º 0.95% 0.67% -
XYZ 23.93 33.67 5.47 -
YUV 140.17 53.41 122.17 -
System Red Green Blue C M Y K H S L
Decimal 132 170 8 0.22 0 0.95 0.33 74.07 0.91 0.35
Hex 84 AA 8 16 0 5F 21 4A 5B 23
Octal 204 252 10 26 0 137 41 112 133 43
Binary 10000100 10101010 1000 10110 0 1011111 100001 1001010 1011011 100011

Color Harmonies of #84AA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84AA08

Black with #84AA08

Text Example


Text Example

White with #84AA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84AA08; }

 p { color: rgb(132,170,8); }

 H1.HeaderClassName
 {
   color: #84AA08;
 }
 .AnyTagClassName
 {
   color: #84AA08;
 }
</style>

background-color css

<style>
 a { background-color: #84AA08; }

 a { background-color: rgb(132,170,8); }

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

border-color css

<style>
 span { border-color: #84AA08; }

 span { border-color: rgb(132,170,8); }

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