#52A81A

Color #52A81A Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #52A81A

Tints of Kelly Green #52A81A

Color information

#52A81A (or 0x52A81A) is unknown color: approx Kelly Green. HEX triplet: 52, A8 and 1A. RGB value is (82,168,26). Sum of RGB (Red+Green+Blue) = 82+168+26=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 168 (66.02% from 255 or 60.87% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 168 - color contains mainly: green. Hex color #52A81A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A81A is #AD57E5. Grayscale: #7E7E7E. Windows color (decimal): -11360230 or 1747026. OLE color: 1747026.

HSL color Cylindrical-coordinate representation of color #52A81A: hue angle of 96.34º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52A81A is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB8216826-
CMYK0.5100.850.34
HSL96.34º73.2%38.04%-
HSV(B)96.34º84.52%65.88%-
XYZ17.6729.875.81-
YUV126.171.5196.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 168 (66.02% from 255) = 60.87%
BLUE value IS 26 (10.55% from 255) = 9.42%
R=29.71%
G=60.87%
B=9.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal82168260.5100.850.3496.3473.238.04
Hex52A81A3305522604926
Octal122250326301254214011146
Binary101001010101000110101100110101010110001011000001001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A81A; }

 p { color: rgb(82,168,26); }

 H1.HeaderClassName
 {
   color: #52A81A;
 }
 .AnyTagClassName
 {
   color: #52A81A;
 }
</style>
background-color css

<style>
 a { background-color: #52A81A; }

 a { background-color: rgb(82,168,26); }

 div.DivClassName
 {
   background-color: #52A81A;
 }
 .BgClassName
 {
   background-color: #52A81A;
 }
</style>
border-color css

<style>
 span { border-color: #52A81A; }

 span { border-color: rgb(82,168,26); }

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