Html Css Color HEX #55A60F Kelly Green

📋 copy color: '#55A60F'

red 85 ◦ green 166 ◦ blue 15

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

Shades of Kelly Green #55A60F

Tints of Kelly Green #55A60F

RGB

 RED value IS 85 (33.59% from 255) = 31.95%

 GREEN value IS 166 (65.23% from 255) = 62.41%

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

R = 31.95%
G = 62.41%
B = 5.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#55A60F (or 0x55A60F) is known color: Kelly Green. HEX triplet: 55, A6 and 0F. RGB value is (85,166,15). Sum of RGB (Red+Green+Blue) = 85+166+15=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 166 (65.23% from 255 or 62.41% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 166 - color contains mainly: green. Hex color #55A60F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A60F is #AA59F0. Grayscale: #7D7D7D. Windows color (decimal): -11164145 or 1025621. OLE color: 1025621.

HSL color Cylindrical-coordinate representation of color #55A60F: hue angle of 92.19º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55A60F is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 166 15 -
CMYK 0.49 0 0.91 0.35
HSL 92.19º 0.83% 0.35% -
HSV(B) 92.19º 0.91% 0.65% -
XYZ 17.47 29.24 5.17 -
YUV 124.57 66.16 99.78 -
System Red Green Blue C M Y K H S L
Decimal 85 166 15 0.49 0 0.91 0.35 92.19 0.83 0.35
Hex 55 A6 F 31 0 5B 23 5C 53 23
Octal 125 246 17 61 0 133 43 134 123 43
Binary 1010101 10100110 1111 110001 0 1011011 100011 1011100 1010011 100011

Color Harmonies of #55A60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A60F

Black with #55A60F

Text Example


Text Example

White with #55A60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A60F; }

 p { color: rgb(85,166,15); }

 H1.HeaderClassName
 {
   color: #55A60F;
 }
 .AnyTagClassName
 {
   color: #55A60F;
 }
</style>

background-color css

<style>
 a { background-color: #55A60F; }

 a { background-color: rgb(85,166,15); }

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

border-color css

<style>
 span { border-color: #55A60F; }

 span { border-color: rgb(85,166,15); }

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