Html Css Color HEX #81AC08 Lima

📋 copy color: '#81AC08'

red 129 ◦ green 172 ◦ blue 8

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

Shades of Lima #81AC08

Tints of Lima #81AC08

RGB

 RED value IS 129 (50.78% from 255) = 41.75%

 GREEN value IS 172 (67.58% from 255) = 55.66%

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

R = 41.75%
G = 55.66%
B = 2.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#81AC08 (or 0x81AC08) is known color: Lima. HEX triplet: 81, AC and 08. RGB value is (129,172,8). Sum of RGB (Red+Green+Blue) = 129+172+8=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AC08 is #7E53F7. Grayscale: #8D8D8D. Windows color (decimal): -8279032 or 568449. OLE color: 568449.

HSL color Cylindrical-coordinate representation of color #81AC08: hue angle of 75.73º 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 #81AC08 is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 172 8 -
CMYK 0.25 0 0.95 0.33
HSL 75.73º 0.91% 0.35% -
HSV(B) 75.73º 0.95% 0.67% -
XYZ 23.85 34.19 5.57 -
YUV 140.45 53.25 119.84 -
System Red Green Blue C M Y K H S L
Decimal 129 172 8 0.25 0 0.95 0.33 75.73 0.91 0.35
Hex 81 AC 8 19 0 5F 21 4C 5B 23
Octal 201 254 10 31 0 137 41 114 133 43
Binary 10000001 10101100 1000 11001 0 1011111 100001 1001100 1011011 100011

Color Harmonies of #81AC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AC08

Black with #81AC08

Text Example


Text Example

White with #81AC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81AC08; }

 p { color: rgb(129,172,8); }

 H1.HeaderClassName
 {
   color: #81AC08;
 }
 .AnyTagClassName
 {
   color: #81AC08;
 }
</style>

background-color css

<style>
 a { background-color: #81AC08; }

 a { background-color: rgb(129,172,8); }

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

border-color css

<style>
 span { border-color: #81AC08; }

 span { border-color: rgb(129,172,8); }

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