Html Css Color HEX #0A871B Forest Green

📋 copy color: '#0A871B'

red 10 ◦ green 135 ◦ blue 27

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

Shades of Forest Green #0A871B

Tints of Forest Green #0A871B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.7%

R = 5.81%
G = 78.49%
B = 15.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#0A871B (or 0x0A871B) is known color: Forest Green. HEX triplet: 0A, 87 and 1B. RGB value is (10,135,27). Sum of RGB (Red+Green+Blue) = 10+135+27=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 135 (53.12% from 255 or 78.49% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 135 - color contains mainly: green. Hex color #0A871B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A871B is #F578E4. Grayscale: #555555. Windows color (decimal): -16087269 or 1804042. OLE color: 1804042.

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

Color convert

RGB 10 135 27 -
CMYK 0.93 0 0.8 0.47
HSL 128.16º 0.86% 0.28% -
HSV(B) 128.16º 0.93% 0.53% -
XYZ 8.99 17.47 3.94 -
YUV 85.31 95.09 74.28 -
System Red Green Blue C M Y K H S L
Decimal 10 135 27 0.93 0 0.8 0.47 128.16 0.86 0.28
Hex A 87 1B 5D 0 50 2F 80 56 1C
Octal 12 207 33 135 0 120 57 200 126 34
Binary 1010 10000111 11011 1011101 0 1010000 101111 10000000 1010110 11100

Color Harmonies of #0A871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A871B

Black with #0A871B

Text Example


Text Example

White with #0A871B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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