Html Css Color HEX #5ACA1F Kelly Green

📋 copy color: '#5ACA1F'

red 90 ◦ green 202 ◦ blue 31

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

Shades of Kelly Green #5ACA1F

Tints of Kelly Green #5ACA1F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 62.54%

 BLUE value IS 31 (12.5% from 255) = 9.6%

R = 27.86%
G = 62.54%
B = 9.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#5ACA1F (or 0x5ACA1F) is known color: Kelly Green. HEX triplet: 5A, CA and 1F. RGB value is (90,202,31). Sum of RGB (Red+Green+Blue) = 90+202+31=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 202 (79.30% from 255 or 62.54% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACA1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACA1F is #A535E0. Grayscale: #959595. Windows color (decimal): -10827233 or 2083418. OLE color: 2083418.

HSL color Cylindrical-coordinate representation of color #5ACA1F: hue angle of 99.3º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5ACA1F is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 202 31 -
CMYK 0.55 0 0.85 0.21
HSL 99.3º 0.73% 0.46% -
HSV(B) 99.3º 0.85% 0.79% -
XYZ 25.58 44.51 8.54 -
YUV 149.02 61.39 85.9 -
System Red Green Blue C M Y K H S L
Decimal 90 202 31 0.55 0 0.85 0.21 99.3 0.73 0.46
Hex 5A CA 1F 37 0 55 15 63 49 2E
Octal 132 312 37 67 0 125 25 143 111 56
Binary 1011010 11001010 11111 110111 0 1010101 10101 1100011 1001001 101110

Color Harmonies of #5ACA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACA1F

Black with #5ACA1F

Text Example


Text Example

White with #5ACA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,202,31); }

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

background-color css

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

 a { background-color: rgb(90,202,31); }

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

border-color css

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

 span { border-color: rgb(90,202,31); }

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