Html Css Color HEX #81AF09 Lima

📋 copy color: '#81AF09'

red 129 ◦ green 175 ◦ blue 9

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

Shades of Lima #81AF09

Tints of Lima #81AF09

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.91%

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 41.21%
G = 55.91%
B = 2.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#81AF09 (or 0x81AF09) is known color: Lima. HEX triplet: 81, AF and 09. RGB value is (129,175,9). Sum of RGB (Red+Green+Blue) = 129+175+9=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AF09 is #7E50F6. Grayscale: #8E8E8E. Windows color (decimal): -8278263 or 634753. OLE color: 634753.

HSL color Cylindrical-coordinate representation of color #81AF09: hue angle of 76.63º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81AF09 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 175 9 -
CMYK 0.26 0 0.95 0.31
HSL 76.63º 0.9% 0.36% -
HSV(B) 76.63º 0.95% 0.69% -
XYZ 24.43 35.35 5.79 -
YUV 142.32 52.76 118.5 -
System Red Green Blue C M Y K H S L
Decimal 129 175 9 0.26 0 0.95 0.31 76.63 0.9 0.36
Hex 81 AF 9 1A 0 5F 1F 4D 5A 24
Octal 201 257 11 32 0 137 37 115 132 44
Binary 10000001 10101111 1001 11010 0 1011111 11111 1001101 1011010 100100

Color Harmonies of #81AF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AF09

Black with #81AF09

Text Example


Text Example

White with #81AF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,175,9); }

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

background-color css

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

 a { background-color: rgb(129,175,9); }

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

border-color css

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

 span { border-color: rgb(129,175,9); }

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