#145A02

Color #145A02 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #145A02

Tints of Myrtle #145A02

Color information

#145A02 (or 0x145A02) is unknown color: approx Myrtle. HEX triplet: 14, 5A and 02. RGB value is (20,90,2). Sum of RGB (Red+Green+Blue) = 20+90+2=112 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.86% from 112); Green value is 90 (35.55% from 255 or 80.36% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 90 - color contains mainly: green. Hex color #145A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145A02 is #EBA5FD. Grayscale: #3B3B3B. Windows color (decimal): -15443454 or 154132. OLE color: 154132.

HSL color Cylindrical-coordinate representation of color #145A02: hue angle of 107.73º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #145A02 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB20902-
CMYK0.7800.980.65
HSL107.73º95.65%18.04%-
HSV(B)107.73º97.78%35.29%-
XYZ3.967.471.29-
YUV59.0495.81100.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.86%
GREEN value IS 90 (35.55% from 255) = 80.36%
BLUE value IS 2 (1.17% from 255) = 1.79%
R=17.86%
G=80.36%
B=1.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal209020.7800.980.65107.7395.6518.04
Hex145A24E062416c6012
Octal241322116014210115414022
Binary1010010110101010011100110001010000011101100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145A02; }

 p { color: rgb(20,90,2); }

 H1.HeaderClassName
 {
   color: #145A02;
 }
 .AnyTagClassName
 {
   color: #145A02;
 }
</style>
background-color css

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

 a { background-color: rgb(20,90,2); }

 div.DivClassName
 {
   background-color: #145A02;
 }
 .BgClassName
 {
   background-color: #145A02;
 }
</style>
border-color css

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

 span { border-color: rgb(20,90,2); }

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