Html Css Color HEX #0A851E Forest Green

📋 copy color: '#0A851E'

red 10 ◦ green 133 ◦ blue 30

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

Shades of Forest Green #0A851E

Tints of Forest Green #0A851E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.34%

R = 5.78%
G = 76.88%
B = 17.34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#0A851E (or 0x0A851E) is known color: Forest Green. HEX triplet: 0A, 85 and 1E. RGB value is (10,133,30). Sum of RGB (Red+Green+Blue) = 10+133+30=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 133 (52.34% from 255 or 76.88% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 133 - color contains mainly: green. Hex color #0A851E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A851E is #F57AE1. Grayscale: #545454. Windows color (decimal): -16087778 or 2000138. OLE color: 2000138.

HSL color Cylindrical-coordinate representation of color #0A851E: hue angle of 129.76º 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 #0A851E is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 133 30 -
CMYK 0.92 0 0.77 0.48
HSL 129.76º 0.86% 0.28% -
HSV(B) 129.76º 0.92% 0.52% -
XYZ 8.75 16.93 4.04 -
YUV 84.48 97.25 74.88 -
System Red Green Blue C M Y K H S L
Decimal 10 133 30 0.92 0 0.77 0.48 129.76 0.86 0.28
Hex A 85 1E 5C 0 4D 30 82 56 1C
Octal 12 205 36 134 0 115 60 202 126 34
Binary 1010 10000101 11110 1011100 0 1001101 110000 10000010 1010110 11100

Color Harmonies of #0A851E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A851E

Black with #0A851E

Text Example


Text Example

White with #0A851E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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