#5CCA1A

Color #5CCA1A Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #5CCA1A

Tints of Kelly Green #5CCA1A

Color information

#5CCA1A (or 0x5CCA1A) is unknown color: approx Kelly Green. HEX triplet: 5C, CA and 1A. RGB value is (92,202,26). Sum of RGB (Red+Green+Blue) = 92+202+26=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 26 (10.55% from 255 or 8.12% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #5CCA1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CCA1A is #A335E5. Grayscale: #959595. Windows color (decimal): -10696166 or 1755740. OLE color: 1755740.

HSL color Cylindrical-coordinate representation of color #5CCA1A: hue angle of 97.5º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5CCA1A is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB9220226-
CMYK0.5400.870.21
HSL97.5º77.19%44.71%-
HSV(B)97.5º87.13%79.22%-
XYZ25.7244.598.23-
YUV149.0558.5687.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.75%
GREEN value IS 202 (79.30% from 255) = 63.12%
BLUE value IS 26 (10.55% from 255) = 8.12%
R=28.75%
G=63.12%
B=8.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92202260.5400.870.2197.577.1944.71
Hex5CCA1A3605715624d2d
Octal134312326601272514211555
Binary10111001100101011010110110010101111010111000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CCA1A; }

 p { color: rgb(92,202,26); }

 H1.HeaderClassName
 {
   color: #5CCA1A;
 }
 .AnyTagClassName
 {
   color: #5CCA1A;
 }
</style>
background-color css

<style>
 a { background-color: #5CCA1A; }

 a { background-color: rgb(92,202,26); }

 div.DivClassName
 {
   background-color: #5CCA1A;
 }
 .BgClassName
 {
   background-color: #5CCA1A;
 }
</style>
border-color css

<style>
 span { border-color: #5CCA1A; }

 span { border-color: rgb(92,202,26); }

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