Html Css Color HEX #4ADA1A Kelly Green

📋 copy color: '#4ADA1A'

red 74 ◦ green 218 ◦ blue 26

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

Shades of Kelly Green #4ADA1A

Tints of Kelly Green #4ADA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.18%

R = 23.27%
G = 68.55%
B = 8.18%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#4ADA1A (or 0x4ADA1A) is known color: Kelly Green. HEX triplet: 4A, DA and 1A. RGB value is (74,218,26). Sum of RGB (Red+Green+Blue) = 74+218+26=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 218 (85.55% from 255 or 68.55% from 318); Blue value is 26 (10.55% from 255 or 8.18% from 318); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADA1A is #B525E5. Grayscale: #999999. Windows color (decimal): -11871718 or 1759818. OLE color: 1759818.

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

Color convert

RGB 74 218 26 -
CMYK 0.66 0 0.88 0.15
HSL 105º 0.79% 0.48% -
HSV(B) 105º 0.88% 0.85% -
XYZ 28.08 51.67 9.47 -
YUV 153.06 56.29 71.61 -
System Red Green Blue C M Y K H S L
Decimal 74 218 26 0.66 0 0.88 0.15 105 0.79 0.48
Hex 4A DA 1A 42 0 58 F 69 4F 30
Octal 112 332 32 102 0 130 17 151 117 60
Binary 1001010 11011010 11010 1000010 0 1011000 1111 1101001 1001111 110000

Color Harmonies of #4ADA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADA1A

Black with #4ADA1A

Text Example


Text Example

White with #4ADA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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