Html Css Color HEX #4AD01A Kelly Green

📋 copy color: '#4AD01A'

red 74 ◦ green 208 ◦ blue 26

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

Shades of Kelly Green #4AD01A

Tints of Kelly Green #4AD01A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 67.53%

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

R = 24.03%
G = 67.53%
B = 8.44%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#4AD01A (or 0x4AD01A) is known color: Kelly Green. HEX triplet: 4A, D0 and 1A. RGB value is (74,208,26). Sum of RGB (Red+Green+Blue) = 74+208+26=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 208 (81.64% from 255 or 67.53% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD01A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD01A is #B52FE5. Grayscale: #939393. Windows color (decimal): -11874278 or 1757258. OLE color: 1757258.

HSL color Cylindrical-coordinate representation of color #4AD01A: hue angle of 104.18º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4AD01A is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 208 26 -
CMYK 0.64 0 0.88 0.18
HSL 104.18º 0.78% 0.46% -
HSV(B) 104.18º 0.88% 0.82% -
XYZ 25.57 46.64 8.63 -
YUV 147.19 59.61 75.8 -
System Red Green Blue C M Y K H S L
Decimal 74 208 26 0.64 0 0.88 0.18 104.18 0.78 0.46
Hex 4A D0 1A 40 0 58 12 68 4E 2E
Octal 112 320 32 100 0 130 22 150 116 56
Binary 1001010 11010000 11010 1000000 0 1011000 10010 1101000 1001110 101110

Color Harmonies of #4AD01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD01A

Black with #4AD01A

Text Example


Text Example

White with #4AD01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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