Html Css Color HEX #5ACA2A Kelly Green

📋 copy color: '#5ACA2A'

red 90 ◦ green 202 ◦ blue 42

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

Shades of Kelly Green #5ACA2A

Tints of Kelly Green #5ACA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.57%

R = 26.95%
G = 60.48%
B = 12.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#5ACA2A (or 0x5ACA2A) is known color: Kelly Green. HEX triplet: 5A, CA and 2A. RGB value is (90,202,42). Sum of RGB (Red+Green+Blue) = 90+202+42=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ACA2A is #A535D5. Grayscale: #969696. Windows color (decimal): -10827222 or 2804314. OLE color: 2804314.

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

Color convert

RGB 90 202 42 -
CMYK 0.55 0 0.79 0.21
HSL 102º 0.66% 0.48% -
HSV(B) 102º 0.79% 0.79% -
XYZ 25.75 44.58 9.44 -
YUV 150.27 66.89 85.01 -
System Red Green Blue C M Y K H S L
Decimal 90 202 42 0.55 0 0.79 0.21 102 0.66 0.48
Hex 5A CA 2A 37 0 4F 15 66 42 30
Octal 132 312 52 67 0 117 25 146 102 60
Binary 1011010 11001010 101010 110111 0 1001111 10101 1100110 1000010 110000

Color Harmonies of #5ACA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACA2A

Black with #5ACA2A

Text Example


Text Example

White with #5ACA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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