Html Css Color HEX #52AB12 Kelly Green

📋 copy color: '#52AB12'

red 82 ◦ green 171 ◦ blue 18

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

Shades of Kelly Green #52AB12

Tints of Kelly Green #52AB12

RGB

 RED value IS 82 (32.42% from 255) = 30.26%

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

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 30.26%
G = 63.1%
B = 6.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#52AB12 (or 0x52AB12) is known color: Kelly Green. HEX triplet: 52, AB and 12. RGB value is (82,171,18). Sum of RGB (Red+Green+Blue) = 82+171+18=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 171 (67.19% from 255 or 63.10% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AB12 is #AD54ED. Grayscale: #7F7F7F. Windows color (decimal): -11359470 or 1223506. OLE color: 1223506.

HSL color Cylindrical-coordinate representation of color #52AB12: hue angle of 94.9º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52AB12 is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 171 18 -
CMYK 0.52 0 0.89 0.33
HSL 94.9º 0.81% 0.37% -
HSV(B) 94.9º 0.89% 0.67% -
XYZ 18.15 30.96 5.59 -
YUV 126.95 66.51 95.94 -
System Red Green Blue C M Y K H S L
Decimal 82 171 18 0.52 0 0.89 0.33 94.9 0.81 0.37
Hex 52 AB 12 34 0 59 21 5F 51 25
Octal 122 253 22 64 0 131 41 137 121 45
Binary 1010010 10101011 10010 110100 0 1011001 100001 1011111 1010001 100101

Color Harmonies of #52AB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AB12

Black with #52AB12

Text Example


Text Example

White with #52AB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,171,18); }

 H1.HeaderClassName
 {
   color: #52AB12;
 }
 .AnyTagClassName
 {
   color: #52AB12;
 }
</style>

background-color css

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

 a { background-color: rgb(82,171,18); }

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

border-color css

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

 span { border-color: rgb(82,171,18); }

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