Html Css Color HEX #0A8525 Forest Green

📋 copy color: '#0A8525'

red 10 ◦ green 133 ◦ blue 37

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

Shades of Forest Green #0A8525

Tints of Forest Green #0A8525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.56%

R = 5.56%
G = 73.89%
B = 20.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#0A8525 (or 0x0A8525) is known color: Forest Green. HEX triplet: 0A, 85 and 25. RGB value is (10,133,37). Sum of RGB (Red+Green+Blue) = 10+133+37=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 133 (52.34% from 255 or 73.89% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8525 is #F57ADA. Grayscale: #555555. Windows color (decimal): -16087771 or 2458890. OLE color: 2458890.

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

Color convert

RGB 10 133 37 -
CMYK 0.92 0 0.72 0.48
HSL 133.17º 0.86% 0.28% -
HSV(B) 133.17º 0.92% 0.52% -
XYZ 8.85 16.97 4.56 -
YUV 85.28 100.75 74.31 -
System Red Green Blue C M Y K H S L
Decimal 10 133 37 0.92 0 0.72 0.48 133.17 0.86 0.28
Hex A 85 25 5C 0 48 30 85 56 1C
Octal 12 205 45 134 0 110 60 205 126 34
Binary 1010 10000101 100101 1011100 0 1001000 110000 10000101 1010110 11100

Color Harmonies of #0A8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8525

Black with #0A8525

Text Example


Text Example

White with #0A8525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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