Html Css Color HEX #0A8538 Dark Spring Green

📋 copy color: '#0A8538'

red 10 ◦ green 133 ◦ blue 56

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

Shades of Dark Spring Green #0A8538

Tints of Dark Spring Green #0A8538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.14%

R = 5.03%
G = 66.83%
B = 28.14%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#0A8538 (or 0x0A8538) is known color: Dark Spring Green. HEX triplet: 0A, 85 and 38. RGB value is (10,133,56). Sum of RGB (Red+Green+Blue) = 10+133+56=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #0A8538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8538 is #F57AC7. Grayscale: #575757. Windows color (decimal): -16087752 or 3704074. OLE color: 3704074.

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

Color convert

RGB 10 133 56 -
CMYK 0.92 0 0.58 0.48
HSL 142.44º 0.86% 0.28% -
HSV(B) 142.44º 0.92% 0.52% -
XYZ 9.23 17.13 6.56 -
YUV 87.45 110.25 72.76 -
System Red Green Blue C M Y K H S L
Decimal 10 133 56 0.92 0 0.58 0.48 142.44 0.86 0.28
Hex A 85 38 5C 0 3A 30 8E 56 1C
Octal 12 205 70 134 0 72 60 216 126 34
Binary 1010 10000101 111000 1011100 0 111010 110000 10001110 1010110 11100

Color Harmonies of #0A8538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8538

Black with #0A8538

Text Example


Text Example

White with #0A8538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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