Html Css Color HEX #52AB0F Kelly Green

📋 copy color: '#52AB0F'

red 82 ◦ green 171 ◦ blue 15

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

Shades of Kelly Green #52AB0F

Tints of Kelly Green #52AB0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.6%

R = 30.6%
G = 63.81%
B = 5.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#52AB0F (or 0x52AB0F) is known color: Kelly Green. HEX triplet: 52, AB and 0F. RGB value is (82,171,15). Sum of RGB (Red+Green+Blue) = 82+171+15=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 171 (67.19% from 255 or 63.81% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AB0F is #AD54F0. Grayscale: #7F7F7F. Windows color (decimal): -11359473 or 1026898. OLE color: 1026898.

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

Color convert

RGB 82 171 15 -
CMYK 0.52 0 0.91 0.33
HSL 94.23º 0.84% 0.36% -
HSV(B) 94.23º 0.91% 0.67% -
XYZ 18.13 30.95 5.47 -
YUV 126.61 65.01 96.18 -
System Red Green Blue C M Y K H S L
Decimal 82 171 15 0.52 0 0.91 0.33 94.23 0.84 0.36
Hex 52 AB F 34 0 5B 21 5E 54 24
Octal 122 253 17 64 0 133 41 136 124 44
Binary 1010010 10101011 1111 110100 0 1011011 100001 1011110 1010100 100100

Color Harmonies of #52AB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AB0F

Black with #52AB0F

Text Example


Text Example

White with #52AB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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