Html Css Color HEX #44AD0C Kelly Green

📋 copy color: '#44AD0C'

red 68 ◦ green 173 ◦ blue 12

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

Shades of Kelly Green #44AD0C

Tints of Kelly Green #44AD0C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 68.38%

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 26.88%
G = 68.38%
B = 4.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#44AD0C (or 0x44AD0C) is known color: Kelly Green. HEX triplet: 44, AD and 0C. RGB value is (68,173,12). Sum of RGB (Red+Green+Blue) = 68+173+12=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 173 (67.97% from 255 or 68.38% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44AD0C is #BB52F3. Grayscale: #7B7B7B. Windows color (decimal): -12276468 or 830788. OLE color: 830788.

HSL color Cylindrical-coordinate representation of color #44AD0C: hue angle of 99.13º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44AD0C is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 68 173 12 -
CMYK 0.61 0 0.93 0.32
HSL 99.13º 0.87% 0.36% -
HSV(B) 99.13º 0.93% 0.68% -
XYZ 17.39 31.14 5.44 -
YUV 123.25 65.21 88.59 -
System Red Green Blue C M Y K H S L
Decimal 68 173 12 0.61 0 0.93 0.32 99.13 0.87 0.36
Hex 44 AD C 3D 0 5D 20 63 57 24
Octal 104 255 14 75 0 135 40 143 127 44
Binary 1000100 10101101 1100 111101 0 1011101 100000 1100011 1010111 100100

Color Harmonies of #44AD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44AD0C

Black with #44AD0C

Text Example


Text Example

White with #44AD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,173,12); }

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

background-color css

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

 a { background-color: rgb(68,173,12); }

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

border-color css

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

 span { border-color: rgb(68,173,12); }

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