Html Css Color HEX #44A814 Kelly Green

📋 copy color: '#44A814'

red 68 ◦ green 168 ◦ blue 20

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

Shades of Kelly Green #44A814

Tints of Kelly Green #44A814

RGB

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

 GREEN value IS 168 (66.02% from 255) = 65.63%

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 26.56%
G = 65.63%
B = 7.81%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#44A814 (or 0x44A814) is known color: Kelly Green. HEX triplet: 44, A8 and 14. RGB value is (68,168,20). Sum of RGB (Red+Green+Blue) = 68+168+20=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 168 (66.02% from 255 or 65.62% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 168 - color contains mainly: green. Hex color #44A814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A814 is #BB57EB. Grayscale: #797979. Windows color (decimal): -12277740 or 1353796. OLE color: 1353796.

HSL color Cylindrical-coordinate representation of color #44A814: hue angle of 100.54º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44A814 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 68 168 20 -
CMYK 0.60 0 0.88 0.34
HSL 100.54º 0.79% 0.37% -
HSV(B) 100.54º 0.88% 0.66% -
XYZ 16.51 29.28 5.44 -
YUV 121.23 70.87 90.03 -
System Red Green Blue C M Y K H S L
Decimal 68 168 20 0.60 0 0.88 0.34 100.54 0.79 0.37
Hex 44 A8 14 3C 0 58 22 65 4F 25
Octal 104 250 24 74 0 130 42 145 117 45
Binary 1000100 10101000 10100 111100 0 1011000 100010 1100101 1001111 100101

Color Harmonies of #44A814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A814

Black with #44A814

Text Example


Text Example

White with #44A814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,168,20); }

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

background-color css

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

 a { background-color: rgb(68,168,20); }

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

border-color css

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

 span { border-color: rgb(68,168,20); }

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