Html Css Color HEX #60BA14 Kelly Green

📋 copy color: '#60BA14'

red 96 ◦ green 186 ◦ blue 20

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

Shades of Kelly Green #60BA14

Tints of Kelly Green #60BA14

RGB

 RED value IS 96 (37.89% from 255) = 31.79%

 GREEN value IS 186 (73.05% from 255) = 61.59%

 BLUE value IS 20 (8.2% from 255) = 6.62%

R = 31.79%
G = 61.59%
B = 6.62%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#60BA14 (or 0x60BA14) is known color: Kelly Green. HEX triplet: 60, BA and 14. RGB value is (96,186,20). Sum of RGB (Red+Green+Blue) = 96+186+20=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BA14 is #9F45EB. Grayscale: #8C8C8C. Windows color (decimal): -10438124 or 1358432. OLE color: 1358432.

HSL color Cylindrical-coordinate representation of color #60BA14: hue angle of 92.53º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60BA14 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 186 20 -
CMYK 0.48 0 0.89 0.27
HSL 92.53º 0.81% 0.4% -
HSV(B) 92.53º 0.89% 0.73% -
XYZ 22.51 37.66 6.74 -
YUV 140.17 60.18 96.5 -
System Red Green Blue C M Y K H S L
Decimal 96 186 20 0.48 0 0.89 0.27 92.53 0.81 0.4
Hex 60 BA 14 30 0 59 1B 5D 51 28
Octal 140 272 24 60 0 131 33 135 121 50
Binary 1100000 10111010 10100 110000 0 1011001 11011 1011101 1010001 101000

Color Harmonies of #60BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA14

Black with #60BA14

Text Example


Text Example

White with #60BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60BA14; }

 p { color: rgb(96,186,20); }

 H1.HeaderClassName
 {
   color: #60BA14;
 }
 .AnyTagClassName
 {
   color: #60BA14;
 }
</style>

background-color css

<style>
 a { background-color: #60BA14; }

 a { background-color: rgb(96,186,20); }

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

border-color css

<style>
 span { border-color: #60BA14; }

 span { border-color: rgb(96,186,20); }

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