Html Css Color HEX #4ADA18 Kelly Green

📋 copy color: '#4ADA18'

red 74 ◦ green 218 ◦ blue 24

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

Shades of Kelly Green #4ADA18

Tints of Kelly Green #4ADA18

RGB

 RED value IS 74 (29.3% from 255) = 23.42%

 GREEN value IS 218 (85.55% from 255) = 68.99%

 BLUE value IS 24 (9.77% from 255) = 7.59%

R = 23.42%
G = 68.99%
B = 7.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#4ADA18 (or 0x4ADA18) is known color: Kelly Green. HEX triplet: 4A, DA and 18. RGB value is (74,218,24). Sum of RGB (Red+Green+Blue) = 74+218+24=316 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.42% from 316); Green value is 218 (85.55% from 255 or 68.99% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADA18 is #B525E7. Grayscale: #999999. Windows color (decimal): -11871720 or 1628746. OLE color: 1628746.

HSL color Cylindrical-coordinate representation of color #4ADA18: hue angle of 104.54º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4ADA18 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 218 24 -
CMYK 0.66 0 0.89 0.15
HSL 104.54º 0.8% 0.47% -
HSV(B) 104.54º 0.89% 0.85% -
XYZ 28.06 51.66 9.36 -
YUV 152.83 55.29 71.77 -
System Red Green Blue C M Y K H S L
Decimal 74 218 24 0.66 0 0.89 0.15 104.54 0.8 0.47
Hex 4A DA 18 42 0 59 F 69 50 2F
Octal 112 332 30 102 0 131 17 151 120 57
Binary 1001010 11011010 11000 1000010 0 1011001 1111 1101001 1010000 101111

Color Harmonies of #4ADA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADA18

Black with #4ADA18

Text Example


Text Example

White with #4ADA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ADA18; }

 p { color: rgb(74,218,24); }

 H1.HeaderClassName
 {
   color: #4ADA18;
 }
 .AnyTagClassName
 {
   color: #4ADA18;
 }
</style>

background-color css

<style>
 a { background-color: #4ADA18; }

 a { background-color: rgb(74,218,24); }

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

border-color css

<style>
 span { border-color: #4ADA18; }

 span { border-color: rgb(74,218,24); }

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