Html Css Color HEX #81AB0F Lima

📋 copy color: '#81AB0F'

red 129 ◦ green 171 ◦ blue 15

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

Shades of Lima #81AB0F

Tints of Lima #81AB0F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.29%

 BLUE value IS 15 (6.25% from 255) = 4.76%

R = 40.95%
G = 54.29%
B = 4.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#81AB0F (or 0x81AB0F) is known color: Lima. HEX triplet: 81, AB and 0F. RGB value is (129,171,15). Sum of RGB (Red+Green+Blue) = 129+171+15=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AB0F is #7E54F0. Grayscale: #8D8D8D. Windows color (decimal): -8279281 or 1026945. OLE color: 1026945.

HSL color Cylindrical-coordinate representation of color #81AB0F: hue angle of 76.15º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81AB0F is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 129 171 15 -
CMYK 0.25 0 0.91 0.33
HSL 76.15º 0.84% 0.36% -
HSV(B) 76.15º 0.91% 0.67% -
XYZ 23.7 33.83 5.73 -
YUV 140.66 57.09 119.68 -
System Red Green Blue C M Y K H S L
Decimal 129 171 15 0.25 0 0.91 0.33 76.15 0.84 0.36
Hex 81 AB F 19 0 5B 21 4C 54 24
Octal 201 253 17 31 0 133 41 114 124 44
Binary 10000001 10101011 1111 11001 0 1011011 100001 1001100 1010100 100100

Color Harmonies of #81AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AB0F

Black with #81AB0F

Text Example


Text Example

White with #81AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,171,15); }

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

background-color css

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

 a { background-color: rgb(129,171,15); }

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

border-color css

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

 span { border-color: rgb(129,171,15); }

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