Html Css Color HEX #53A006 Kelly Green

📋 copy color: '#53A006'

red 83 ◦ green 160 ◦ blue 6

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

Shades of Kelly Green #53A006

Tints of Kelly Green #53A006

RGB

 RED value IS 83 (32.81% from 255) = 33.33%

 GREEN value IS 160 (62.89% from 255) = 64.26%

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 33.33%
G = 64.26%
B = 2.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#53A006 (or 0x53A006) is known color: Kelly Green. HEX triplet: 53, A0 and 06. RGB value is (83,160,6). Sum of RGB (Red+Green+Blue) = 83+160+6=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 160 (62.89% from 255 or 64.26% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 160 - color contains mainly: green. Hex color #53A006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A006 is #AC5FF9. Grayscale: #777777. Windows color (decimal): -11296762 or 434259. OLE color: 434259.

HSL color Cylindrical-coordinate representation of color #53A006: hue angle of 90º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53A006 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 160 6 -
CMYK 0.48 0 0.96 0.37
HSL 90º 0.93% 0.33% -
HSV(B) 90º 0.96% 0.63% -
XYZ 16.17 26.99 4.53 -
YUV 119.42 63.99 102.02 -
System Red Green Blue C M Y K H S L
Decimal 83 160 6 0.48 0 0.96 0.37 90 0.93 0.33
Hex 53 A0 6 30 0 60 25 5A 5D 21
Octal 123 240 6 60 0 140 45 132 135 41
Binary 1010011 10100000 110 110000 0 1100000 100101 1011010 1011101 100001

Color Harmonies of #53A006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A006

Black with #53A006

Text Example


Text Example

White with #53A006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53A006; }

 p { color: rgb(83,160,6); }

 H1.HeaderClassName
 {
   color: #53A006;
 }
 .AnyTagClassName
 {
   color: #53A006;
 }
</style>

background-color css

<style>
 a { background-color: #53A006; }

 a { background-color: rgb(83,160,6); }

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

border-color css

<style>
 span { border-color: #53A006; }

 span { border-color: rgb(83,160,6); }

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