Html Css Color HEX #52AC26 Kelly Green

📋 copy color: '#52AC26'

red 82 ◦ green 172 ◦ blue 38

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

Shades of Kelly Green #52AC26

Tints of Kelly Green #52AC26

RGB

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

 GREEN value IS 172 (67.58% from 255) = 58.9%

 BLUE value IS 38 (15.23% from 255) = 13.01%

R = 28.08%
G = 58.9%
B = 13.01%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#52AC26 (or 0x52AC26) is known color: Kelly Green. HEX triplet: 52, AC and 26. RGB value is (82,172,38). Sum of RGB (Red+Green+Blue) = 82+172+38=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AC26 is #AD53D9. Grayscale: #828282. Windows color (decimal): -11359194 or 2534482. OLE color: 2534482.

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

Color convert

RGB 82 172 38 -
CMYK 0.52 0 0.78 0.33
HSL 100.3º 0.64% 0.41% -
HSV(B) 100.3º 0.78% 0.67% -
XYZ 18.58 31.44 6.92 -
YUV 129.81 76.18 93.9 -
System Red Green Blue C M Y K H S L
Decimal 82 172 38 0.52 0 0.78 0.33 100.3 0.64 0.41
Hex 52 AC 26 34 0 4E 21 64 40 29
Octal 122 254 46 64 0 116 41 144 100 51
Binary 1010010 10101100 100110 110100 0 1001110 100001 1100100 1000000 101001

Color Harmonies of #52AC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC26

Black with #52AC26

Text Example


Text Example

White with #52AC26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,172,38); }

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

background-color css

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

 a { background-color: rgb(82,172,38); }

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

border-color css

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

 span { border-color: rgb(82,172,38); }

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