Html Css Color HEX #0A871F Forest Green

📋 copy color: '#0A871F'

red 10 ◦ green 135 ◦ blue 31

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

Shades of Forest Green #0A871F

Tints of Forest Green #0A871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 76.7%

 BLUE value IS 31 (12.5% from 255) = 17.61%

R = 5.68%
G = 76.7%
B = 17.61%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#0A871F (or 0x0A871F) is known color: Forest Green. HEX triplet: 0A, 87 and 1F. RGB value is (10,135,31). Sum of RGB (Red+Green+Blue) = 10+135+31=176 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.68% from 176); Green value is 135 (53.12% from 255 or 76.70% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 135 - color contains mainly: green. Hex color #0A871F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A871F is #F578E0. Grayscale: #565656. Windows color (decimal): -16087265 or 2066186. OLE color: 2066186.

HSL color Cylindrical-coordinate representation of color #0A871F: hue angle of 130.08º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A871F is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 10 135 31 -
CMYK 0.93 0 0.77 0.47
HSL 130.08º 0.86% 0.28% -
HSV(B) 130.08º 0.93% 0.53% -
XYZ 9.04 17.49 4.2 -
YUV 85.77 97.09 73.96 -
System Red Green Blue C M Y K H S L
Decimal 10 135 31 0.93 0 0.77 0.47 130.08 0.86 0.28
Hex A 87 1F 5D 0 4D 2F 82 56 1C
Octal 12 207 37 135 0 115 57 202 126 34
Binary 1010 10000111 11111 1011101 0 1001101 101111 10000010 1010110 11100

Color Harmonies of #0A871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A871F

Black with #0A871F

Text Example


Text Example

White with #0A871F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,135,31); }

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

background-color css

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

 a { background-color: rgb(10,135,31); }

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

border-color css

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

 span { border-color: rgb(10,135,31); }

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