Html Css Color HEX #0A9527 Forest Green

📋 copy color: '#0A9527'

red 10 ◦ green 149 ◦ blue 39

#0A9527
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0A9527

Tints of Forest Green #0A9527

RGB

 RED value IS 10 (4.3% from 255) = 5.05%

 GREEN value IS 149 (58.59% from 255) = 75.25%

 BLUE value IS 39 (15.63% from 255) = 19.7%

R = 5.05%
G = 75.25%
B = 19.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#0A9527 (or 0x0A9527) is known color: Forest Green. HEX triplet: 0A, 95 and 27. RGB value is (10,149,39). Sum of RGB (Red+Green+Blue) = 10+149+39=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 149 (58.59% from 255 or 75.25% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 149 - color contains mainly: green. Hex color #0A9527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9527 is #F56AD8. Grayscale: #5F5F5F. Windows color (decimal): -16083673 or 2594058. OLE color: 2594058.

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

Color convert

RGB 10 149 39 -
CMYK 0.93 0 0.74 0.42
HSL 132.52º 0.87% 0.31% -
HSV(B) 132.52º 0.93% 0.58% -
XYZ 11.24 21.71 5.52 -
YUV 94.9 96.45 67.44 -
System Red Green Blue C M Y K H S L
Decimal 10 149 39 0.93 0 0.74 0.42 132.52 0.87 0.31
Hex A 95 27 5D 0 4A 2A 85 57 1F
Octal 12 225 47 135 0 112 52 205 127 37
Binary 1010 10010101 100111 1011101 0 1001010 101010 10000101 1010111 11111

Color Harmonies of #0A9527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9527

Black with #0A9527

Text Example


Text Example

White with #0A9527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A9527;
 }
 .AnyTagClassName
 {
   color: #0A9527;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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