Html Css Color HEX #5ACB0F Kelly Green

📋 copy color: '#5ACB0F'

red 90 ◦ green 203 ◦ blue 15

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

Shades of Kelly Green #5ACB0F

Tints of Kelly Green #5ACB0F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 65.91%

 BLUE value IS 15 (6.25% from 255) = 4.87%

R = 29.22%
G = 65.91%
B = 4.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#5ACB0F (or 0x5ACB0F) is known color: Kelly Green. HEX triplet: 5A, CB and 0F. RGB value is (90,203,15). Sum of RGB (Red+Green+Blue) = 90+203+15=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 203 (79.69% from 255 or 65.91% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ACB0F is #A534F0. Grayscale: #949494. Windows color (decimal): -10826993 or 1035098. OLE color: 1035098.

HSL color Cylindrical-coordinate representation of color #5ACB0F: hue angle of 96.06º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5ACB0F is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 203 15 -
CMYK 0.56 0 0.93 0.20
HSL 96.06º 0.86% 0.43% -
HSV(B) 96.06º 0.93% 0.8% -
XYZ 25.66 44.92 7.77 -
YUV 147.78 53.06 86.79 -
System Red Green Blue C M Y K H S L
Decimal 90 203 15 0.56 0 0.93 0.20 96.06 0.86 0.43
Hex 5A CB F 38 0 5D 14 60 56 2B
Octal 132 313 17 70 0 135 24 140 126 53
Binary 1011010 11001011 1111 111000 0 1011101 10100 1100000 1010110 101011

Color Harmonies of #5ACB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACB0F

Black with #5ACB0F

Text Example


Text Example

White with #5ACB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,203,15); }

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

background-color css

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

 a { background-color: rgb(90,203,15); }

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

border-color css

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

 span { border-color: rgb(90,203,15); }

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