Html Css Color HEX #4ACF13 Kelly Green

📋 copy color: '#4ACF13'

red 74 ◦ green 207 ◦ blue 19

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

Shades of Kelly Green #4ACF13

Tints of Kelly Green #4ACF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.33%

R = 24.67%
G = 69%
B = 6.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#4ACF13 (or 0x4ACF13) is known color: Kelly Green. HEX triplet: 4A, CF and 13. RGB value is (74,207,19). Sum of RGB (Red+Green+Blue) = 74+207+19=300 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.67% from 300); Green value is 207 (81.25% from 255 or 69% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 207 - color contains mainly: green. Hex color #4ACF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACF13 is #B530EC. Grayscale: #929292. Windows color (decimal): -11874541 or 1298250. OLE color: 1298250.

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

Color convert

RGB 74 207 19 -
CMYK 0.64 0 0.91 0.19
HSL 102.45º 0.83% 0.44% -
HSV(B) 102.45º 0.91% 0.81% -
XYZ 25.25 46.13 8.19 -
YUV 145.8 56.44 76.79 -
System Red Green Blue C M Y K H S L
Decimal 74 207 19 0.64 0 0.91 0.19 102.45 0.83 0.44
Hex 4A CF 13 40 0 5B 13 66 53 2C
Octal 112 317 23 100 0 133 23 146 123 54
Binary 1001010 11001111 10011 1000000 0 1011011 10011 1100110 1010011 101100

Color Harmonies of #4ACF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACF13

Black with #4ACF13

Text Example


Text Example

White with #4ACF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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