Html Css Color HEX #0A952E Forest Green

📋 copy color: '#0A952E'

red 10 ◦ green 149 ◦ blue 46

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

Shades of Forest Green #0A952E

Tints of Forest Green #0A952E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 22.44%

R = 4.88%
G = 72.68%
B = 22.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#0A952E (or 0x0A952E) is known color: Forest Green. HEX triplet: 0A, 95 and 2E. RGB value is (10,149,46). Sum of RGB (Red+Green+Blue) = 10+149+46=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 149 (58.59% from 255 or 72.68% from 205); Blue value is 46 (18.36% from 255 or 22.44% from 205); Max value from RGB is 149 - color contains mainly: green. Hex color #0A952E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A952E is #F56AD1. Grayscale: #5F5F5F. Windows color (decimal): -16083666 or 3052810. OLE color: 3052810.

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

Color convert

RGB 10 149 46 -
CMYK 0.93 0 0.69 0.42
HSL 135.54º 0.87% 0.31% -
HSV(B) 135.54º 0.93% 0.58% -
XYZ 11.37 21.76 6.19 -
YUV 95.7 99.95 66.88 -
System Red Green Blue C M Y K H S L
Decimal 10 149 46 0.93 0 0.69 0.42 135.54 0.87 0.31
Hex A 95 2E 5D 0 45 2A 88 57 1F
Octal 12 225 56 135 0 105 52 210 127 37
Binary 1010 10010101 101110 1011101 0 1000101 101010 10001000 1010111 11111

Color Harmonies of #0A952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A952E

Black with #0A952E

Text Example


Text Example

White with #0A952E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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