Html Css Color HEX #81A602 Lima

📋 copy color: '#81A602'

red 129 ◦ green 166 ◦ blue 2

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

Shades of Lima #81A602

Tints of Lima #81A602

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.89%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 43.43%
G = 55.89%
B = 0.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#81A602 (or 0x81A602) is known color: Lima. HEX triplet: 81, A6 and 02. RGB value is (129,166,2). Sum of RGB (Red+Green+Blue) = 129+166+2=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 166 (65.23% from 255 or 55.89% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 166 - color contains mainly: green. Hex color #81A602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A602 is #7E59FD. Grayscale: #888888. Windows color (decimal): -8280574 or 173697. OLE color: 173697.

HSL color Cylindrical-coordinate representation of color #81A602: hue angle of 73.54º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81A602 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 129 166 2 -
CMYK 0.22 0 0.99 0.35
HSL 73.54º 0.98% 0.33% -
HSV(B) 73.54º 0.99% 0.65% -
XYZ 22.7 31.94 5.03 -
YUV 136.24 52.24 122.84 -
System Red Green Blue C M Y K H S L
Decimal 129 166 2 0.22 0 0.99 0.35 73.54 0.98 0.33
Hex 81 A6 2 16 0 63 23 4A 62 21
Octal 201 246 2 26 0 143 43 112 142 41
Binary 10000001 10100110 10 10110 0 1100011 100011 1001010 1100010 100001

Color Harmonies of #81A602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A602

Black with #81A602

Text Example


Text Example

White with #81A602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,166,2); }

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

background-color css

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

 a { background-color: rgb(129,166,2); }

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

border-color css

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

 span { border-color: rgb(129,166,2); }

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