Html Css Color HEX #81AE04 Lima

📋 copy color: '#81AE04'

red 129 ◦ green 174 ◦ blue 4

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

Shades of Lima #81AE04

Tints of Lima #81AE04

RGB

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

 GREEN value IS 174 (68.36% from 255) = 56.68%

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 42.02%
G = 56.68%
B = 1.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#81AE04 (or 0x81AE04) is known color: Lima. HEX triplet: 81, AE and 04. RGB value is (129,174,4). Sum of RGB (Red+Green+Blue) = 129+174+4=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AE04 is #7E51FB. Grayscale: #8D8D8D. Windows color (decimal): -8278524 or 306817. OLE color: 306817.

HSL color Cylindrical-coordinate representation of color #81AE04: hue angle of 75.88º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81AE04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 174 4 -
CMYK 0.26 0 0.98 0.32
HSL 75.88º 0.96% 0.35% -
HSV(B) 75.88º 0.98% 0.68% -
XYZ 24.21 34.95 5.58 -
YUV 141.17 50.59 119.32 -
System Red Green Blue C M Y K H S L
Decimal 129 174 4 0.26 0 0.98 0.32 75.88 0.96 0.35
Hex 81 AE 4 1A 0 62 20 4C 60 23
Octal 201 256 4 32 0 142 40 114 140 43
Binary 10000001 10101110 100 11010 0 1100010 100000 1001100 1100000 100011

Color Harmonies of #81AE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AE04

Black with #81AE04

Text Example


Text Example

White with #81AE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,174,4); }

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

background-color css

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

 a { background-color: rgb(129,174,4); }

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

border-color css

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

 span { border-color: rgb(129,174,4); }

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