#0A9427

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

Shades of Forest Green #0A9427

Tints of Forest Green #0A9427

Color information

#0A9427 (or 0x0A9427) is unknown color: approx Forest Green. HEX triplet: 0A, 94 and 27. RGB value is (10,148,39). Sum of RGB (Red+Green+Blue) = 10+148+39=197 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.08% from 197); Green value is 148 (58.20% from 255 or 75.13% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9427 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9427 is #F56BD8. Grayscale: #5E5E5E. Windows color (decimal): -16083929 or 2593802. OLE color: 2593802.

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

Color convert

RGB1014839-
CMYK0.9300.740.42
HSL132.61º87.34%30.98%-
HSV(B)132.61º93.24%58.04%-
XYZ11.0821.395.46-
YUV94.3196.7867.86-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.08%
GREEN value IS 148 (58.20% from 255) = 75.13%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=5.08%
G=75.13%
B=19.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10148390.9300.740.42132.6187.3430.98
HexA94275D04A2A85571f
Octal122244713501125220512737
Binary10101001010010011110111010100101010101010000101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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