Html Css Color HEX #145940 Fun Green

📋 copy color: '#145940'

red 20 ◦ green 89 ◦ blue 64

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

Shades of Fun Green #145940

Tints of Fun Green #145940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 51.45%

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 11.56%
G = 51.45%
B = 36.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#145940 (or 0x145940) is known color: Fun Green. HEX triplet: 14, 59 and 40. RGB value is (20,89,64). Sum of RGB (Red+Green+Blue) = 20+89+64=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #145940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145940 is #EBA6BF. Grayscale: #414141. Windows color (decimal): -15443648 or 4217108. OLE color: 4217108.

HSL color Cylindrical-coordinate representation of color #145940: hue angle of 158.26º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145940 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 89 64 -
CMYK 0.78 0 0.28 0.65
HSL 158.26º 0.63% 0.21% -
HSV(B) 158.26º 0.78% 0.35% -
XYZ 4.79 7.66 6.08 -
YUV 65.52 127.14 95.53 -
System Red Green Blue C M Y K H S L
Decimal 20 89 64 0.78 0 0.28 0.65 158.26 0.63 0.21
Hex 14 59 40 4E 0 1C 41 9E 3F 15
Octal 24 131 100 116 0 34 101 236 77 25
Binary 10100 1011001 1000000 1001110 0 11100 1000001 10011110 111111 10101

Color Harmonies of #145940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145940

Black with #145940

Text Example


Text Example

White with #145940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145940; }

 p { color: rgb(20,89,64); }

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

background-color css

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

 a { background-color: rgb(20,89,64); }

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

border-color css

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

 span { border-color: rgb(20,89,64); }

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