Html Css Color HEX #0A8621 Forest Green

📋 copy color: '#0A8621'

red 10 ◦ green 134 ◦ blue 33

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

Shades of Forest Green #0A8621

Tints of Forest Green #0A8621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.64%

R = 5.65%
G = 75.71%
B = 18.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#0A8621 (or 0x0A8621) is known color: Forest Green. HEX triplet: 0A, 86 and 21. RGB value is (10,134,33). Sum of RGB (Red+Green+Blue) = 10+134+33=177 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.65% from 177); Green value is 134 (52.73% from 255 or 75.71% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 134 - color contains mainly: green. Hex color #0A8621 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8621 is #F579DE. Grayscale: #555555. Windows color (decimal): -16087519 or 2197002. OLE color: 2197002.

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

Color convert

RGB 10 134 33 -
CMYK 0.93 0 0.75 0.47
HSL 131.13º 0.86% 0.28% -
HSV(B) 131.13º 0.93% 0.53% -
XYZ 8.92 17.22 4.29 -
YUV 85.41 98.42 74.21 -
System Red Green Blue C M Y K H S L
Decimal 10 134 33 0.93 0 0.75 0.47 131.13 0.86 0.28
Hex A 86 21 5D 0 4B 2F 83 56 1C
Octal 12 206 41 135 0 113 57 203 126 34
Binary 1010 10000110 100001 1011101 0 1001011 101111 10000011 1010110 11100

Color Harmonies of #0A8621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8621

Black with #0A8621

Text Example


Text Example

White with #0A8621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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