Html Css Color HEX #0A9C65 Shamrock Green

📋 copy color: '#0A9C65'

red 10 ◦ green 156 ◦ blue 101

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

Shades of Shamrock Green #0A9C65

Tints of Shamrock Green #0A9C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.83%

R = 3.75%
G = 58.43%
B = 37.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#0A9C65 (or 0x0A9C65) is known color: Shamrock Green. HEX triplet: 0A, 9C and 65. RGB value is (10,156,101). Sum of RGB (Red+Green+Blue) = 10+156+101=267 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.75% from 267); Green value is 156 (61.33% from 255 or 58.43% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9C65 is #F5639A. Grayscale: #6A6A6A. Windows color (decimal): -16081819 or 6659082. OLE color: 6659082.

HSL color Cylindrical-coordinate representation of color #0A9C65: hue angle of 157.4º 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 #0A9C65 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 10 156 101 -
CMYK 0.94 0 0.35 0.39
HSL 157.4º 0.88% 0.33% -
HSV(B) 157.4º 0.94% 0.61% -
XYZ 14.36 24.78 16.34 -
YUV 106.08 125.13 59.47 -
System Red Green Blue C M Y K H S L
Decimal 10 156 101 0.94 0 0.35 0.39 157.4 0.88 0.33
Hex A 9C 65 5E 0 23 27 9D 58 21
Octal 12 234 145 136 0 43 47 235 130 41
Binary 1010 10011100 1100101 1011110 0 100011 100111 10011101 1011000 100001

Color Harmonies of #0A9C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9C65

Black with #0A9C65

Text Example


Text Example

White with #0A9C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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