Html Css Color HEX #5AC201 Kelly Green

📋 copy color: '#5AC201'

red 90 ◦ green 194 ◦ blue 1

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

Shades of Kelly Green #5AC201

Tints of Kelly Green #5AC201

RGB

 RED value IS 90 (35.55% from 255) = 31.58%

 GREEN value IS 194 (76.17% from 255) = 68.07%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 31.58%
G = 68.07%
B = 0.35%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#5AC201 (or 0x5AC201) is known color: Kelly Green. HEX triplet: 5A, C2 and 01. RGB value is (90,194,1). Sum of RGB (Red+Green+Blue) = 90+194+1=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 194 (76.17% from 255 or 68.07% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC201 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5AC201 is #A53DFE. Grayscale: #8D8D8D. Windows color (decimal): -10829311 or 115290. OLE color: 115290.

HSL color Cylindrical-coordinate representation of color #5AC201: hue angle of 92.33º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5AC201 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 90 194 1 -
CMYK 0.54 0 0.99 0.24
HSL 92.33º 0.99% 0.38% -
HSV(B) 92.33º 0.99% 0.76% -
XYZ 23.51 40.76 6.66 -
YUV 140.9 49.04 91.69 -
System Red Green Blue C M Y K H S L
Decimal 90 194 1 0.54 0 0.99 0.24 92.33 0.99 0.38
Hex 5A C2 1 36 0 63 18 5C 63 26
Octal 132 302 1 66 0 143 30 134 143 46
Binary 1011010 11000010 1 110110 0 1100011 11000 1011100 1100011 100110

Color Harmonies of #5AC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC201

Black with #5AC201

Text Example


Text Example

White with #5AC201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,194,1); }

 H1.HeaderClassName
 {
   color: #5AC201;
 }
 .AnyTagClassName
 {
   color: #5AC201;
 }
</style>

background-color css

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

 a { background-color: rgb(90,194,1); }

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

border-color css

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

 span { border-color: rgb(90,194,1); }

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