#0A9523

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

Shades of Forest Green #0A9523

Tints of Forest Green #0A9523

Color information

#0A9523 (or 0x0A9523) is unknown color: approx Forest Green. HEX triplet: 0A, 95 and 23. RGB value is (10,149,35). Sum of RGB (Red+Green+Blue) = 10+149+35=194 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.15% from 194); Green value is 149 (58.59% from 255 or 76.80% from 194); Blue value is 35 (14.06% from 255 or 18.04% from 194); Max value from RGB is 149 - color contains mainly: green. Hex color #0A9523 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9523 is #F56ADC. Grayscale: #5E5E5E. Windows color (decimal): -16083677 or 2331914. OLE color: 2331914.

HSL color Cylindrical-coordinate representation of color #0A9523: hue angle of 130.79º 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 #0A9523 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB1014935-
CMYK0.9300.770.42
HSL130.79º87.42%31.18%-
HSV(B)130.79º93.29%58.43%-
XYZ11.1821.685.19-
YUV94.4494.4567.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.15%
GREEN value IS 149 (58.59% from 255) = 76.80%
BLUE value IS 35 (14.06% from 255) = 18.04%
R=5.15%
G=76.80%
B=18.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10149350.9300.770.42130.7987.4231.18
HexA95235D04D2A83571f
Octal122254313501155220312737
Binary10101001010110001110111010100110110101010000011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A9523; }

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

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

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

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

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

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

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

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