Html Css Color HEX #0A9C5A Shamrock Green

📋 copy color: '#0A9C5A'

red 10 ◦ green 156 ◦ blue 90

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

Shades of Shamrock Green #0A9C5A

Tints of Shamrock Green #0A9C5A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 60.94%

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 3.91%
G = 60.94%
B = 35.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#0A9C5A (or 0x0A9C5A) is known color: Shamrock Green. HEX triplet: 0A, 9C and 5A. RGB value is (10,156,90). Sum of RGB (Red+Green+Blue) = 10+156+90=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 156 (61.33% from 255 or 60.94% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9C5A is #F563A5. Grayscale: #686868. Windows color (decimal): -16081830 or 5938186. OLE color: 5938186.

HSL color Cylindrical-coordinate representation of color #0A9C5A: hue angle of 152.88º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9C5A is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 10 156 90 -
CMYK 0.94 0 0.42 0.39
HSL 152.88º 0.88% 0.33% -
HSV(B) 152.88º 0.94% 0.61% -
XYZ 13.86 24.58 13.69 -
YUV 104.82 119.63 60.37 -
System Red Green Blue C M Y K H S L
Decimal 10 156 90 0.94 0 0.42 0.39 152.88 0.88 0.33
Hex A 9C 5A 5E 0 2A 27 99 58 21
Octal 12 234 132 136 0 52 47 231 130 41
Binary 1010 10011100 1011010 1011110 0 101010 100111 10011001 1011000 100001

Color Harmonies of #0A9C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9C5A

Black with #0A9C5A

Text Example


Text Example

White with #0A9C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,156,90); }

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

background-color css

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

 a { background-color: rgb(10,156,90); }

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

border-color css

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

 span { border-color: rgb(10,156,90); }

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