Html Css Color HEX #4ACF10 Kelly Green

📋 copy color: '#4ACF10'

red 74 ◦ green 207 ◦ blue 16

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

Shades of Kelly Green #4ACF10

Tints of Kelly Green #4ACF10

RGB

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

 GREEN value IS 207 (81.25% from 255) = 69.7%

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

R = 24.92%
G = 69.7%
B = 5.39%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#4ACF10 (or 0x4ACF10) is known color: Kelly Green. HEX triplet: 4A, CF and 10. RGB value is (74,207,16). Sum of RGB (Red+Green+Blue) = 74+207+16=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACF10 is #B530EF. Grayscale: #929292. Windows color (decimal): -11874544 or 1101642. OLE color: 1101642.

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

Color convert

RGB 74 207 16 -
CMYK 0.64 0 0.92 0.19
HSL 101.78º 0.86% 0.44% -
HSV(B) 101.78º 0.92% 0.81% -
XYZ 25.23 46.12 8.06 -
YUV 145.46 54.94 77.03 -
System Red Green Blue C M Y K H S L
Decimal 74 207 16 0.64 0 0.92 0.19 101.78 0.86 0.44
Hex 4A CF 10 40 0 5C 13 66 56 2C
Octal 112 317 20 100 0 134 23 146 126 54
Binary 1001010 11001111 10000 1000000 0 1011100 10011 1100110 1010110 101100

Color Harmonies of #4ACF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACF10

Black with #4ACF10

Text Example


Text Example

White with #4ACF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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