Html Css Color HEX #0A951A Forest Green

📋 copy color: '#0A951A'

red 10 ◦ green 149 ◦ blue 26

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

Shades of Forest Green #0A951A

Tints of Forest Green #0A951A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.05%

R = 5.41%
G = 80.54%
B = 14.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#0A951A (or 0x0A951A) is known color: Forest Green. HEX triplet: 0A, 95 and 1A. RGB value is (10,149,26). Sum of RGB (Red+Green+Blue) = 10+149+26=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 149 (58.59% from 255 or 80.54% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 149 - color contains mainly: green. Hex color #0A951A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A951A is #F56AE5. Grayscale: #5D5D5D. Windows color (decimal): -16083686 or 1742090. OLE color: 1742090.

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

Color convert

RGB 10 149 26 -
CMYK 0.93 0 0.83 0.42
HSL 126.91º 0.87% 0.31% -
HSV(B) 126.91º 0.93% 0.58% -
XYZ 11.06 21.63 4.57 -
YUV 93.42 89.95 68.5 -
System Red Green Blue C M Y K H S L
Decimal 10 149 26 0.93 0 0.83 0.42 126.91 0.87 0.31
Hex A 95 1A 5D 0 53 2A 7F 57 1F
Octal 12 225 32 135 0 123 52 177 127 37
Binary 1010 10010101 11010 1011101 0 1010011 101010 1111111 1010111 11111

Color Harmonies of #0A951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A951A

Black with #0A951A

Text Example


Text Example

White with #0A951A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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