#1A9814

Color #1A9814 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1A9814

Tints of Forest Green #1A9814

Color information

#1A9814 (or 0x1A9814) is unknown color: approx Forest Green. HEX triplet: 1A, 98 and 14. RGB value is (26,152,20). Sum of RGB (Red+Green+Blue) = 26+152+20=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 152 (59.77% from 255 or 76.77% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 152 - color contains mainly: green. Hex color #1A9814 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A9814 is #E567EB. Grayscale: #636363. Windows color (decimal): -15034348 or 1349658. OLE color: 1349658.

HSL color Cylindrical-coordinate representation of color #1A9814: hue angle of 117.27º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A9814 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB2615220-
CMYK0.8300.870.40
HSL117.27º76.74%33.73%-
HSV(B)117.27º86.84%59.61%-
XYZ11.7822.734.43-
YUV99.2883.2675.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.13%
GREEN value IS 152 (59.77% from 255) = 76.77%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=13.13%
G=76.77%
B=10.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal26152200.8300.870.40117.2776.7433.73
Hex1A98145305728754d22
Octal322302412301275016511542
Binary11010100110001010010100110101011110100011101011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A9814; }

 p { color: rgb(26,152,20); }

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

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

 a { background-color: rgb(26,152,20); }

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

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

 span { border-color: rgb(26,152,20); }

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