Html Css Color HEX #0A862A Forest Green

📋 copy color: '#0A862A'

red 10 ◦ green 134 ◦ blue 42

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

Shades of Forest Green #0A862A

Tints of Forest Green #0A862A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 72.04%

 BLUE value IS 42 (16.8% from 255) = 22.58%

R = 5.38%
G = 72.04%
B = 22.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#0A862A (or 0x0A862A) is known color: Forest Green. HEX triplet: 0A, 86 and 2A. RGB value is (10,134,42). Sum of RGB (Red+Green+Blue) = 10+134+42=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 134 (52.73% from 255 or 72.04% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 134 - color contains mainly: green. Hex color #0A862A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A862A is #F579D5. Grayscale: #565656. Windows color (decimal): -16087510 or 2786826. OLE color: 2786826.

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

Color convert

RGB 10 134 42 -
CMYK 0.93 0 0.69 0.47
HSL 135.48º 0.86% 0.28% -
HSV(B) 135.48º 0.93% 0.53% -
XYZ 9.07 17.28 5.05 -
YUV 86.44 102.92 73.48 -
System Red Green Blue C M Y K H S L
Decimal 10 134 42 0.93 0 0.69 0.47 135.48 0.86 0.28
Hex A 86 2A 5D 0 45 2F 87 56 1C
Octal 12 206 52 135 0 105 57 207 126 34
Binary 1010 10000110 101010 1011101 0 1000101 101111 10000111 1010110 11100

Color Harmonies of #0A862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A862A

Black with #0A862A

Text Example


Text Example

White with #0A862A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,134,42); }

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

background-color css

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

 a { background-color: rgb(10,134,42); }

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

border-color css

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

 span { border-color: rgb(10,134,42); }

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