Html Css Color HEX #44A000 Kelly Green

📋 copy color: '#44A000'

red 68 ◦ green 160 ◦ blue 0

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

Shades of Kelly Green #44A000

Tints of Kelly Green #44A000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 70.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 29.82%
G = 70.18%
B = 0%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#44A000 (or 0x44A000) is known color: Kelly Green. HEX triplet: 44, A0 and 00. RGB value is (68,160,0). Sum of RGB (Red+Green+Blue) = 68+160+0=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 160 (62.89% from 255 or 70.18% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 160 - color contains mainly: green. Hex color #44A000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A000 is #BB5FFF. Grayscale: #727272. Windows color (decimal): -12279808 or 41028. OLE color: 41028.

HSL color Cylindrical-coordinate representation of color #44A000: hue angle of 94.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44A000 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 160 0 -
CMYK 0.57 0 1 0.37
HSL 94.5º 1% 0.31% -
HSV(B) 94.5º 1% 0.63% -
XYZ 14.95 26.37 4.3 -
YUV 114.25 63.52 95.01 -
System Red Green Blue C M Y K H S L
Decimal 68 160 0 0.57 0 1 0.37 94.5 1 0.31
Hex 44 A0 0 39 0 64 25 5E 64 1F
Octal 104 240 0 71 0 144 45 136 144 37
Binary 1000100 10100000 0 111001 0 1100100 100101 1011110 1100100 11111

Color Harmonies of #44A000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A000

Black with #44A000

Text Example


Text Example

White with #44A000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,160,0); }

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

background-color css

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

 a { background-color: rgb(68,160,0); }

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

border-color css

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

 span { border-color: rgb(68,160,0); }

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