#0A9428

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

Shades of Forest Green #0A9428

Tints of Forest Green #0A9428

Color information

#0A9428 (or 0x0A9428) is unknown color: approx Forest Green. HEX triplet: 0A, 94 and 28. RGB value is (10,148,40). Sum of RGB (Red+Green+Blue) = 10+148+40=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 148 (58.20% from 255 or 74.75% from 198); Blue value is 40 (16.02% from 255 or 20.20% from 198); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9428 is #F56BD7. Grayscale: #5E5E5E. Windows color (decimal): -16083928 or 2659338. OLE color: 2659338.

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

Color convert

RGB1014840-
CMYK0.9300.730.42
HSL133.04º87.34%30.98%-
HSV(B)133.04º93.24%58.04%-
XYZ11.121.45.55-
YUV94.4397.2867.78-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.05%
GREEN value IS 148 (58.20% from 255) = 74.75%
BLUE value IS 40 (16.02% from 255) = 20.20%
R=5.05%
G=74.75%
B=20.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10148400.9300.730.42133.0487.3430.98
HexA94285D0492A85571f
Octal122245013501115220512737
Binary10101001010010100010111010100100110101010000101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,148,40); }

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

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

 a { background-color: rgb(10,148,40); }

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

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

 span { border-color: rgb(10,148,40); }

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