Html Css Color HEX #5ACA0E Kelly Green

📋 copy color: '#5ACA0E'

red 90 ◦ green 202 ◦ blue 14

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

Shades of Kelly Green #5ACA0E

Tints of Kelly Green #5ACA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.58%

R = 29.41%
G = 66.01%
B = 4.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#5ACA0E (or 0x5ACA0E) is known color: Kelly Green. HEX triplet: 5A, CA and 0E. RGB value is (90,202,14). Sum of RGB (Red+Green+Blue) = 90+202+14=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #5ACA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ACA0E is #A535F1. Grayscale: #939393. Windows color (decimal): -10827250 or 969306. OLE color: 969306.

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

Color convert

RGB 90 202 14 -
CMYK 0.55 0 0.93 0.21
HSL 95.74º 0.87% 0.42% -
HSV(B) 95.74º 0.93% 0.79% -
XYZ 25.42 44.45 7.65 -
YUV 147.08 52.89 87.29 -
System Red Green Blue C M Y K H S L
Decimal 90 202 14 0.55 0 0.93 0.21 95.74 0.87 0.42
Hex 5A CA E 37 0 5D 15 60 57 2A
Octal 132 312 16 67 0 135 25 140 127 52
Binary 1011010 11001010 1110 110111 0 1011101 10101 1100000 1010111 101010

Color Harmonies of #5ACA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACA0E

Black with #5ACA0E

Text Example


Text Example

White with #5ACA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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