Html Css Color HEX #4ADC10 Kelly Green

📋 copy color: '#4ADC10'

red 74 ◦ green 220 ◦ blue 16

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

Shades of Kelly Green #4ADC10

Tints of Kelly Green #4ADC10

RGB

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

 GREEN value IS 220 (86.33% from 255) = 70.97%

 BLUE value IS 16 (6.64% from 255) = 5.16%

R = 23.87%
G = 70.97%
B = 5.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#4ADC10 (or 0x4ADC10) is known color: Kelly Green. HEX triplet: 4A, DC and 10. RGB value is (74,220,16). Sum of RGB (Red+Green+Blue) = 74+220+16=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADC10 is #B523EF. Grayscale: #999999. Windows color (decimal): -11871216 or 1104970. OLE color: 1104970.

HSL color Cylindrical-coordinate representation of color #4ADC10: hue angle of 102.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4ADC10 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 220 16 -
CMYK 0.66 0 0.93 0.14
HSL 102.94º 0.86% 0.46% -
HSV(B) 102.94º 0.93% 0.86% -
XYZ 28.51 52.68 9.16 -
YUV 153.09 50.63 71.59 -
System Red Green Blue C M Y K H S L
Decimal 74 220 16 0.66 0 0.93 0.14 102.94 0.86 0.46
Hex 4A DC 10 42 0 5D E 67 56 2E
Octal 112 334 20 102 0 135 16 147 126 56
Binary 1001010 11011100 10000 1000010 0 1011101 1110 1100111 1010110 101110

Color Harmonies of #4ADC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC10

Black with #4ADC10

Text Example


Text Example

White with #4ADC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,220,16); }

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

background-color css

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

 a { background-color: rgb(74,220,16); }

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

border-color css

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

 span { border-color: rgb(74,220,16); }

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