Html Css Color HEX #4ABD1C Kelly Green

📋 copy color: '#4ABD1C'

red 74 ◦ green 189 ◦ blue 28

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

Shades of Kelly Green #4ABD1C

Tints of Kelly Green #4ABD1C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 64.95%

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 25.43%
G = 64.95%
B = 9.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#4ABD1C (or 0x4ABD1C) is known color: Kelly Green. HEX triplet: 4A, BD and 1C. RGB value is (74,189,28). Sum of RGB (Red+Green+Blue) = 74+189+28=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 189 (74.22% from 255 or 64.95% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABD1C is #B542E3. Grayscale: #888888. Windows color (decimal): -11879140 or 1883466. OLE color: 1883466.

HSL color Cylindrical-coordinate representation of color #4ABD1C: hue angle of 102.86º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4ABD1C is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 189 28 -
CMYK 0.61 0 0.85 0.26
HSL 102.86º 0.74% 0.43% -
HSV(B) 102.86º 0.85% 0.74% -
XYZ 21.23 37.93 7.3 -
YUV 136.26 66.9 83.59 -
System Red Green Blue C M Y K H S L
Decimal 74 189 28 0.61 0 0.85 0.26 102.86 0.74 0.43
Hex 4A BD 1C 3D 0 55 1A 67 4A 2B
Octal 112 275 34 75 0 125 32 147 112 53
Binary 1001010 10111101 11100 111101 0 1010101 11010 1100111 1001010 101011

Color Harmonies of #4ABD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABD1C

Black with #4ABD1C

Text Example


Text Example

White with #4ABD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,189,28); }

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

background-color css

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

 a { background-color: rgb(74,189,28); }

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

border-color css

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

 span { border-color: rgb(74,189,28); }

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