Html Css Color HEX #0A951D Forest Green

📋 copy color: '#0A951D'

red 10 ◦ green 149 ◦ blue 29

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

Shades of Forest Green #0A951D

Tints of Forest Green #0A951D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.43%

R = 5.32%
G = 79.26%
B = 15.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#0A951D (or 0x0A951D) is known color: Forest Green. HEX triplet: 0A, 95 and 1D. RGB value is (10,149,29). Sum of RGB (Red+Green+Blue) = 10+149+29=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 149 (58.59% from 255 or 79.26% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 149 - color contains mainly: green. Hex color #0A951D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A951D is #F56AE2. Grayscale: #5E5E5E. Windows color (decimal): -16083683 or 1938698. OLE color: 1938698.

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

Color convert

RGB 10 149 29 -
CMYK 0.93 0 0.81 0.42
HSL 128.2º 0.87% 0.31% -
HSV(B) 128.2º 0.93% 0.58% -
XYZ 11.09 21.65 4.76 -
YUV 93.76 91.45 68.26 -
System Red Green Blue C M Y K H S L
Decimal 10 149 29 0.93 0 0.81 0.42 128.2 0.87 0.31
Hex A 95 1D 5D 0 51 2A 80 57 1F
Octal 12 225 35 135 0 121 52 200 127 37
Binary 1010 10010101 11101 1011101 0 1010001 101010 10000000 1010111 11111

Color Harmonies of #0A951D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A951D

Black with #0A951D

Text Example


Text Example

White with #0A951D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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