Html Css Color HEX #0A851F Forest Green

📋 copy color: '#0A851F'

red 10 ◦ green 133 ◦ blue 31

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

Shades of Forest Green #0A851F

Tints of Forest Green #0A851F

RGB

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

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

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

R = 5.75%
G = 76.44%
B = 17.82%

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

#0A851F (or 0x0A851F) is known color: Forest Green. HEX triplet: 0A, 85 and 1F. RGB value is (10,133,31). Sum of RGB (Red+Green+Blue) = 10+133+31=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 133 (52.34% from 255 or 76.44% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 133 - color contains mainly: green. Hex color #0A851F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A851F is #F57AE0. Grayscale: #545454. Windows color (decimal): -16087777 or 2065674. OLE color: 2065674.

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

Color convert

RGB 10 133 31 -
CMYK 0.92 0 0.77 0.48
HSL 130.24º 0.86% 0.28% -
HSV(B) 130.24º 0.92% 0.52% -
XYZ 8.76 16.94 4.1 -
YUV 84.6 97.75 74.79 -
System Red Green Blue C M Y K H S L
Decimal 10 133 31 0.92 0 0.77 0.48 130.24 0.86 0.28
Hex A 85 1F 5C 0 4D 30 82 56 1C
Octal 12 205 37 134 0 115 60 202 126 34
Binary 1010 10000101 11111 1011100 0 1001101 110000 10000010 1010110 11100

Color Harmonies of #0A851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A851F

Black with #0A851F

Text Example


Text Example

White with #0A851F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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