Html Css Color HEX #4ACD10 Kelly Green

📋 copy color: '#4ACD10'

red 74 ◦ green 205 ◦ blue 16

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

Shades of Kelly Green #4ACD10

Tints of Kelly Green #4ACD10

RGB

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

 GREEN value IS 205 (80.47% from 255) = 69.49%

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

R = 25.08%
G = 69.49%
B = 5.42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#4ACD10 (or 0x4ACD10) is known color: Kelly Green. HEX triplet: 4A, CD and 10. RGB value is (74,205,16). Sum of RGB (Red+Green+Blue) = 74+205+16=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 205 (80.47% from 255 or 69.49% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACD10 is #B532EF. Grayscale: #909090. Windows color (decimal): -11875056 or 1101130. OLE color: 1101130.

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

Color convert

RGB 74 205 16 -
CMYK 0.64 0 0.92 0.20
HSL 101.59º 0.86% 0.43% -
HSV(B) 101.59º 0.92% 0.8% -
XYZ 24.75 45.16 7.9 -
YUV 144.29 55.6 77.87 -
System Red Green Blue C M Y K H S L
Decimal 74 205 16 0.64 0 0.92 0.20 101.59 0.86 0.43
Hex 4A CD 10 40 0 5C 14 66 56 2B
Octal 112 315 20 100 0 134 24 146 126 53
Binary 1001010 11001101 10000 1000000 0 1011100 10100 1100110 1010110 101011

Color Harmonies of #4ACD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACD10

Black with #4ACD10

Text Example


Text Example

White with #4ACD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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