Html Css Color HEX #0A985E Shamrock Green

📋 copy color: '#0A985E'

red 10 ◦ green 152 ◦ blue 94

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

Shades of Shamrock Green #0A985E

Tints of Shamrock Green #0A985E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 59.38%

 BLUE value IS 94 (37.11% from 255) = 36.72%

R = 3.91%
G = 59.38%
B = 36.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#0A985E (or 0x0A985E) is known color: Shamrock Green. HEX triplet: 0A, 98 and 5E. RGB value is (10,152,94). Sum of RGB (Red+Green+Blue) = 10+152+94=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 152 (59.77% from 255 or 59.38% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 152 - color contains mainly: green. Hex color #0A985E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A985E is #F567A1. Grayscale: #676767. Windows color (decimal): -16082850 or 6199306. OLE color: 6199306.

HSL color Cylindrical-coordinate representation of color #0A985E: hue angle of 155.49º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A985E is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 10 152 94 -
CMYK 0.93 0 0.38 0.40
HSL 155.49º 0.88% 0.32% -
HSV(B) 155.49º 0.93% 0.6% -
XYZ 13.37 23.33 14.39 -
YUV 102.93 122.96 61.72 -
System Red Green Blue C M Y K H S L
Decimal 10 152 94 0.93 0 0.38 0.40 155.49 0.88 0.32
Hex A 98 5E 5D 0 26 28 9B 58 20
Octal 12 230 136 135 0 46 50 233 130 40
Binary 1010 10011000 1011110 1011101 0 100110 101000 10011011 1011000 100000

Color Harmonies of #0A985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A985E

Black with #0A985E

Text Example


Text Example

White with #0A985E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,152,94); }

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

background-color css

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

 a { background-color: rgb(10,152,94); }

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

border-color css

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

 span { border-color: rgb(10,152,94); }

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