Html Css Color HEX #0A8A36 Dark Spring Green

📋 copy color: '#0A8A36'

red 10 ◦ green 138 ◦ blue 54

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

Shades of Dark Spring Green #0A8A36

Tints of Dark Spring Green #0A8A36

RGB

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

 GREEN value IS 138 (54.3% from 255) = 68.32%

 BLUE value IS 54 (21.48% from 255) = 26.73%

R = 4.95%
G = 68.32%
B = 26.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#0A8A36 (or 0x0A8A36) is known color: Dark Spring Green. HEX triplet: 0A, 8A and 36. RGB value is (10,138,54). Sum of RGB (Red+Green+Blue) = 10+138+54=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 138 (54.30% from 255 or 68.32% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8A36 is #F575C9. Grayscale: #5A5A5A. Windows color (decimal): -16086474 or 3574282. OLE color: 3574282.

HSL color Cylindrical-coordinate representation of color #0A8A36: hue angle of 140.62º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8A36 is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 138 54 -
CMYK 0.93 0 0.61 0.46
HSL 140.63º 0.86% 0.29% -
HSV(B) 140.63º 0.93% 0.54% -
XYZ 9.88 18.51 6.54 -
YUV 90.15 107.59 70.83 -
System Red Green Blue C M Y K H S L
Decimal 10 138 54 0.93 0 0.61 0.46 140.63 0.86 0.29
Hex A 8A 36 5D 0 3D 2E 8D 56 1D
Octal 12 212 66 135 0 75 56 215 126 35
Binary 1010 10001010 110110 1011101 0 111101 101110 10001101 1010110 11101

Color Harmonies of #0A8A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8A36

Black with #0A8A36

Text Example


Text Example

White with #0A8A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,138,54); }

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

background-color css

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

 a { background-color: rgb(10,138,54); }

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

border-color css

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

 span { border-color: rgb(10,138,54); }

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