Html Css Color HEX #009460 Shamrock Green

📋 copy color: '#009460'

red 0 ◦ green 148 ◦ blue 96

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

Shades of Shamrock Green #009460

Tints of Shamrock Green #009460

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 96 (37.89% from 255) = 39.34%

R = 0%
G = 60.66%
B = 39.34%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#009460 (or 0x009460) is known color: Shamrock Green. HEX triplet: 00, 94 and 60. RGB value is (0,148,96). Sum of RGB (Red+Green+Blue) = 0+148+96=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #009460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009460 is #FF6B9F. Grayscale: #616161. Windows color (decimal): -16739232 or 6329344. OLE color: 6329344.

HSL color Cylindrical-coordinate representation of color #009460: hue angle of 158.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009460 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 148 96 -
CMYK 1 0 0.35 0.42
HSL 158.92º 1% 0.29% -
HSV(B) 158.92º 1% 0.58% -
XYZ 12.7 22.02 14.65 -
YUV 97.82 126.97 58.23 -
System Red Green Blue C M Y K H S L
Decimal 0 148 96 1 0 0.35 0.42 158.92 1 0.29
Hex 0 94 60 64 0 23 2A 9F 64 1D
Octal 0 224 140 144 0 43 52 237 144 35
Binary 0 10010100 1100000 1100100 0 100011 101010 10011111 1100100 11101

Color Harmonies of #009460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009460

Black with #009460

Text Example


Text Example

White with #009460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009460; }

 p { color: rgb(0,148,96); }

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

background-color css

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

 a { background-color: rgb(0,148,96); }

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

border-color css

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

 span { border-color: rgb(0,148,96); }

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