#52A30E

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

Shades of Kelly Green #52A30E

Tints of Kelly Green #52A30E

Color information

#52A30E (or 0x52A30E) is unknown color: approx Kelly Green. HEX triplet: 52, A3 and 0E. RGB value is (82,163,14). Sum of RGB (Red+Green+Blue) = 82+163+14=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 163 (64.06% from 255 or 62.93% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 163 - color contains mainly: green. Hex color #52A30E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A30E is #AD5CF1. Grayscale: #7A7A7A. Windows color (decimal): -11361522 or 959314. OLE color: 959314.

HSL color Cylindrical-coordinate representation of color #52A30E: hue angle of 92.62º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52A30E is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB8216314-
CMYK0.5000.910.36
HSL92.62º84.18%34.71%-
HSV(B)92.62º91.41%63.92%-
XYZ16.6628.024.95-
YUV121.867.1699.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 163 (64.06% from 255) = 62.93%
BLUE value IS 14 (5.86% from 255) = 5.41%
R=31.66%
G=62.93%
B=5.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82163140.5000.910.3692.6284.1834.71
Hex52A3E3205B245d5423
Octal122243166201334413512443
Binary10100101010001111101100100101101110010010111011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,163,14); }

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

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

 a { background-color: rgb(82,163,14); }

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

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

 span { border-color: rgb(82,163,14); }

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