Html Css Color HEX #146E45 Dark Spring Green

📋 copy color: '#146E45'

red 20 ◦ green 110 ◦ blue 69

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

Shades of Dark Spring Green #146E45

Tints of Dark Spring Green #146E45

RGB

 RED value IS 20 (8.2% from 255) = 10.05%

 GREEN value IS 110 (43.36% from 255) = 55.28%

 BLUE value IS 69 (27.34% from 255) = 34.67%

R = 10.05%
G = 55.28%
B = 34.67%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#146E45 (or 0x146E45) is known color: Dark Spring Green. HEX triplet: 14, 6E and 45. RGB value is (20,110,69). Sum of RGB (Red+Green+Blue) = 20+110+69=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 110 (43.36% from 255 or 55.28% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 110 - color contains mainly: green. Hex color #146E45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146E45 is #EB91BA. Grayscale: #4E4E4E. Windows color (decimal): -15438267 or 4550164. OLE color: 4550164.

HSL color Cylindrical-coordinate representation of color #146E45: hue angle of 152.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146E45 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 110 69 -
CMYK 0.82 0 0.37 0.57
HSL 152.67º 0.69% 0.25% -
HSV(B) 152.67º 0.82% 0.43% -
XYZ 6.94 11.73 7.53 -
YUV 78.42 122.68 86.33 -
System Red Green Blue C M Y K H S L
Decimal 20 110 69 0.82 0 0.37 0.57 152.67 0.69 0.25
Hex 14 6E 45 52 0 25 39 99 45 19
Octal 24 156 105 122 0 45 71 231 105 31
Binary 10100 1101110 1000101 1010010 0 100101 111001 10011001 1000101 11001

Color Harmonies of #146E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146E45

Black with #146E45

Text Example


Text Example

White with #146E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146E45; }

 p { color: rgb(20,110,69); }

 H1.HeaderClassName
 {
   color: #146E45;
 }
 .AnyTagClassName
 {
   color: #146E45;
 }
</style>

background-color css

<style>
 a { background-color: #146E45; }

 a { background-color: rgb(20,110,69); }

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

border-color css

<style>
 span { border-color: #146E45; }

 span { border-color: rgb(20,110,69); }

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