Html Css Color HEX #44A00E Kelly Green

📋 copy color: '#44A00E'

red 68 ◦ green 160 ◦ blue 14

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

Shades of Kelly Green #44A00E

Tints of Kelly Green #44A00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 28.1%
G = 66.12%
B = 5.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#44A00E (or 0x44A00E) is known color: Kelly Green. HEX triplet: 44, A0 and 0E. RGB value is (68,160,14). Sum of RGB (Red+Green+Blue) = 68+160+14=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 160 (62.89% from 255 or 66.12% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 160 - color contains mainly: green. Hex color #44A00E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A00E is #BB5FF1. Grayscale: #747474. Windows color (decimal): -12279794 or 958532. OLE color: 958532.

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

Color convert

RGB 68 160 14 -
CMYK 0.57 0 0.91 0.37
HSL 97.81º 0.84% 0.34% -
HSV(B) 97.81º 0.91% 0.63% -
XYZ 15.03 26.4 4.72 -
YUV 115.85 70.52 93.87 -
System Red Green Blue C M Y K H S L
Decimal 68 160 14 0.57 0 0.91 0.37 97.81 0.84 0.34
Hex 44 A0 E 39 0 5B 25 62 54 22
Octal 104 240 16 71 0 133 45 142 124 42
Binary 1000100 10100000 1110 111001 0 1011011 100101 1100010 1010100 100010

Color Harmonies of #44A00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A00E

Black with #44A00E

Text Example


Text Example

White with #44A00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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