Html Css Color HEX #0A851A Forest Green

📋 copy color: '#0A851A'

red 10 ◦ green 133 ◦ blue 26

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

Shades of Forest Green #0A851A

Tints of Forest Green #0A851A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 78.7%

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

R = 5.92%
G = 78.7%
B = 15.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#0A851A (or 0x0A851A) is known color: Forest Green. HEX triplet: 0A, 85 and 1A. RGB value is (10,133,26). Sum of RGB (Red+Green+Blue) = 10+133+26=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 133 (52.34% from 255 or 78.70% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 133 - color contains mainly: green. Hex color #0A851A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A851A is #F57AE5. Grayscale: #545454. Windows color (decimal): -16087782 or 1737994. OLE color: 1737994.

HSL color Cylindrical-coordinate representation of color #0A851A: hue angle of 127.8º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A851A is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 133 26 -
CMYK 0.92 0 0.80 0.48
HSL 127.8º 0.86% 0.28% -
HSV(B) 127.8º 0.92% 0.52% -
XYZ 8.7 16.91 3.78 -
YUV 84.03 95.25 75.2 -
System Red Green Blue C M Y K H S L
Decimal 10 133 26 0.92 0 0.80 0.48 127.8 0.86 0.28
Hex A 85 1A 5C 0 50 30 80 56 1C
Octal 12 205 32 134 0 120 60 200 126 34
Binary 1010 10000101 11010 1011100 0 1010000 110000 10000000 1010110 11100

Color Harmonies of #0A851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A851A

Black with #0A851A

Text Example


Text Example

White with #0A851A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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