Html Css Color HEX #44A418 Kelly Green

📋 copy color: '#44A418'

red 68 ◦ green 164 ◦ blue 24

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

Shades of Kelly Green #44A418

Tints of Kelly Green #44A418

RGB

 RED value IS 68 (26.95% from 255) = 26.56%

 GREEN value IS 164 (64.45% from 255) = 64.06%

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 26.56%
G = 64.06%
B = 9.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#44A418 (or 0x44A418) is known color: Kelly Green. HEX triplet: 44, A4 and 18. RGB value is (68,164,24). Sum of RGB (Red+Green+Blue) = 68+164+24=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 164 (64.45% from 255 or 64.06% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 164 - color contains mainly: green. Hex color #44A418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A418 is #BB5BE7. Grayscale: #777777. Windows color (decimal): -12278760 or 1614916. OLE color: 1614916.

HSL color Cylindrical-coordinate representation of color #44A418: hue angle of 101.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44A418 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 68 164 24 -
CMYK 0.59 0 0.85 0.36
HSL 101.14º 0.74% 0.37% -
HSV(B) 101.14º 0.85% 0.64% -
XYZ 15.82 27.85 5.4 -
YUV 119.34 74.2 91.38 -
System Red Green Blue C M Y K H S L
Decimal 68 164 24 0.59 0 0.85 0.36 101.14 0.74 0.37
Hex 44 A4 18 3B 0 55 24 65 4A 25
Octal 104 244 30 73 0 125 44 145 112 45
Binary 1000100 10100100 11000 111011 0 1010101 100100 1100101 1001010 100101

Color Harmonies of #44A418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A418

Black with #44A418

Text Example


Text Example

White with #44A418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44A418; }

 p { color: rgb(68,164,24); }

 H1.HeaderClassName
 {
   color: #44A418;
 }
 .AnyTagClassName
 {
   color: #44A418;
 }
</style>

background-color css

<style>
 a { background-color: #44A418; }

 a { background-color: rgb(68,164,24); }

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

border-color css

<style>
 span { border-color: #44A418; }

 span { border-color: rgb(68,164,24); }

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