Html Css Color HEX #0A9462 Shamrock Green

📋 copy color: '#0A9462'

red 10 ◦ green 148 ◦ blue 98

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

Shades of Shamrock Green #0A9462

Tints of Shamrock Green #0A9462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.81%

 BLUE value IS 98 (38.67% from 255) = 38.28%

R = 3.91%
G = 57.81%
B = 38.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#0A9462 (or 0x0A9462) is known color: Shamrock Green. HEX triplet: 0A, 94 and 62. RGB value is (10,148,98). Sum of RGB (Red+Green+Blue) = 10+148+98=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9462 is #F56B9D. Grayscale: #656565. Windows color (decimal): -16083870 or 6460426. OLE color: 6460426.

HSL color Cylindrical-coordinate representation of color #0A9462: hue angle of 158.26º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9462 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 148 98 -
CMYK 0.93 0 0.34 0.42
HSL 158.26º 0.87% 0.31% -
HSV(B) 158.26º 0.93% 0.58% -
XYZ 12.92 22.13 15.15 -
YUV 101.04 126.28 63.07 -
System Red Green Blue C M Y K H S L
Decimal 10 148 98 0.93 0 0.34 0.42 158.26 0.87 0.31
Hex A 94 62 5D 0 22 2A 9E 57 1F
Octal 12 224 142 135 0 42 52 236 127 37
Binary 1010 10010100 1100010 1011101 0 100010 101010 10011110 1010111 11111

Color Harmonies of #0A9462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9462

Black with #0A9462

Text Example


Text Example

White with #0A9462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,148,98); }

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

background-color css

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

 a { background-color: rgb(10,148,98); }

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

border-color css

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

 span { border-color: rgb(10,148,98); }

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