#1A950A

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

Shades of Forest Green #1A950A

Tints of Forest Green #1A950A

Color information

#1A950A (or 0x1A950A) is unknown color: approx Forest Green. HEX triplet: 1A, 95 and 0A. RGB value is (26,149,10). Sum of RGB (Red+Green+Blue) = 26+149+10=185 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.05% from 185); Green value is 149 (58.59% from 255 or 80.54% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 149 - color contains mainly: green. Hex color #1A950A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A950A is #E56AF5. Grayscale: #606060. Windows color (decimal): -15035126 or 693530. OLE color: 693530.

HSL color Cylindrical-coordinate representation of color #1A950A: hue angle of 113.09º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A950A is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB2614910-
CMYK0.8300.930.42
HSL113.09º87.42%31.18%-
HSV(B)113.09º93.29%58.43%-
XYZ11.2321.743.89-
YUV96.3879.2577.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.05%
GREEN value IS 149 (58.59% from 255) = 80.54%
BLUE value IS 10 (4.30% from 255) = 5.41%
R=14.05%
G=80.54%
B=5.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal26149100.8300.930.42113.0987.4231.18
Hex1A95A5305D2A71571f
Octal322251212301355216112737
Binary110101001010110101010011010111011010101110001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A950A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,149,10); }

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

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

 a { background-color: rgb(26,149,10); }

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

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

 span { border-color: rgb(26,149,10); }

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