Html Css Color HEX #0A841F Forest Green

📋 copy color: '#0A841F'

red 10 ◦ green 132 ◦ blue 31

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

Shades of Forest Green #0A841F

Tints of Forest Green #0A841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 76.3%

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

R = 5.78%
G = 76.3%
B = 17.92%

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

#0A841F (or 0x0A841F) is known color: Forest Green. HEX triplet: 0A, 84 and 1F. RGB value is (10,132,31). Sum of RGB (Red+Green+Blue) = 10+132+31=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 132 (51.95% from 255 or 76.30% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 132 - color contains mainly: green. Hex color #0A841F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A841F is #F57BE0. Grayscale: #545454. Windows color (decimal): -16088033 or 2065418. OLE color: 2065418.

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

Color convert

RGB 10 132 31 -
CMYK 0.92 0 0.77 0.48
HSL 130.33º 0.86% 0.28% -
HSV(B) 130.33º 0.92% 0.52% -
XYZ 8.62 16.67 4.06 -
YUV 84.01 98.08 75.21 -
System Red Green Blue C M Y K H S L
Decimal 10 132 31 0.92 0 0.77 0.48 130.33 0.86 0.28
Hex A 84 1F 5C 0 4D 30 82 56 1C
Octal 12 204 37 134 0 115 60 202 126 34
Binary 1010 10000100 11111 1011100 0 1001101 110000 10000010 1010110 11100

Color Harmonies of #0A841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A841F

Black with #0A841F

Text Example


Text Example

White with #0A841F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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