Html Css Color HEX #53AA0F Kelly Green

📋 copy color: '#53AA0F'

red 83 ◦ green 170 ◦ blue 15

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

Shades of Kelly Green #53AA0F

Tints of Kelly Green #53AA0F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 63.43%

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

R = 30.97%
G = 63.43%
B = 5.6%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#53AA0F (or 0x53AA0F) is known color: Kelly Green. HEX triplet: 53, AA and 0F. RGB value is (83,170,15). Sum of RGB (Red+Green+Blue) = 83+170+15=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53AA0F is #AC55F0. Grayscale: #7E7E7E. Windows color (decimal): -11294193 or 1026643. OLE color: 1026643.

HSL color Cylindrical-coordinate representation of color #53AA0F: hue angle of 93.68º 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 #53AA0F is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 170 15 -
CMYK 0.51 0 0.91 0.33
HSL 93.68º 0.84% 0.36% -
HSV(B) 93.68º 0.91% 0.67% -
XYZ 18.03 30.62 5.41 -
YUV 126.32 65.18 97.1 -
System Red Green Blue C M Y K H S L
Decimal 83 170 15 0.51 0 0.91 0.33 93.68 0.84 0.36
Hex 53 AA F 33 0 5B 21 5E 54 24
Octal 123 252 17 63 0 133 41 136 124 44
Binary 1010011 10101010 1111 110011 0 1011011 100001 1011110 1010100 100100

Color Harmonies of #53AA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AA0F

Black with #53AA0F

Text Example


Text Example

White with #53AA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,170,15); }

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

background-color css

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

 a { background-color: rgb(83,170,15); }

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

border-color css

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

 span { border-color: rgb(83,170,15); }

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