Html Css Color HEX #449C0E Kelly Green

📋 copy color: '#449C0E'

red 68 ◦ green 156 ◦ blue 14

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

Shades of Kelly Green #449C0E

Tints of Kelly Green #449C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 65.55%

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

R = 28.57%
G = 65.55%
B = 5.88%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#449C0E (or 0x449C0E) is known color: Kelly Green. HEX triplet: 44, 9C and 0E. RGB value is (68,156,14). Sum of RGB (Red+Green+Blue) = 68+156+14=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 156 (61.33% from 255 or 65.55% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 156 - color contains mainly: green. Hex color #449C0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449C0E is #BB63F1. Grayscale: #717171. Windows color (decimal): -12280818 or 957508. OLE color: 957508.

HSL color Cylindrical-coordinate representation of color #449C0E: hue angle of 97.18º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #449C0E is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 156 14 -
CMYK 0.56 0 0.91 0.39
HSL 97.18º 0.84% 0.33% -
HSV(B) 97.18º 0.91% 0.61% -
XYZ 14.35 25.04 4.49 -
YUV 113.5 71.85 95.55 -
System Red Green Blue C M Y K H S L
Decimal 68 156 14 0.56 0 0.91 0.39 97.18 0.84 0.33
Hex 44 9C E 38 0 5B 27 61 54 21
Octal 104 234 16 70 0 133 47 141 124 41
Binary 1000100 10011100 1110 111000 0 1011011 100111 1100001 1010100 100001

Color Harmonies of #449C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449C0E

Black with #449C0E

Text Example


Text Example

White with #449C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449C0E; }

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

 H1.HeaderClassName
 {
   color: #449C0E;
 }
 .AnyTagClassName
 {
   color: #449C0E;
 }
</style>

background-color css

<style>
 a { background-color: #449C0E; }

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

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

border-color css

<style>
 span { border-color: #449C0E; }

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

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