Html Css Color HEX #009463 Shamrock Green

📋 copy color: '#009463'

red 0 ◦ green 148 ◦ blue 99

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

Shades of Shamrock Green #009463

Tints of Shamrock Green #009463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.08%

R = 0%
G = 59.92%
B = 40.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#009463 (or 0x009463) is known color: Shamrock Green. HEX triplet: 00, 94 and 63. RGB value is (0,148,99). Sum of RGB (Red+Green+Blue) = 0+148+99=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #009463 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009463 is #FF6B9C. Grayscale: #626262. Windows color (decimal): -16739229 or 6525952. OLE color: 6525952.

HSL color Cylindrical-coordinate representation of color #009463: hue angle of 160.14º 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 #009463 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 148 99 -
CMYK 1 0 0.33 0.42
HSL 160.14º 1% 0.29% -
HSV(B) 160.14º 1% 0.58% -
XYZ 12.84 22.08 15.39 -
YUV 98.16 128.47 57.98 -
System Red Green Blue C M Y K H S L
Decimal 0 148 99 1 0 0.33 0.42 160.14 1 0.29
Hex 0 94 63 64 0 21 2A A0 64 1D
Octal 0 224 143 144 0 41 52 240 144 35
Binary 0 10010100 1100011 1100100 0 100001 101010 10100000 1100100 11101

Color Harmonies of #009463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009463

Black with #009463

Text Example


Text Example

White with #009463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009463; }

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

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

background-color css

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

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

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

border-color css

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

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

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