Html Css Color HEX #009462 Shamrock Green

📋 copy color: '#009462'

red 0 ◦ green 148 ◦ blue 98

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

Shades of Shamrock Green #009462

Tints of Shamrock Green #009462

RGB

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

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

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

R = 0%
G = 60.16%
B = 39.84%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#009462 (or 0x009462) is known color: Shamrock Green. HEX triplet: 00, 94 and 62. RGB value is (0,148,98). Sum of RGB (Red+Green+Blue) = 0+148+98=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 148 (58.20% from 255 or 60.16% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 148 - color contains mainly: green. Hex color #009462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009462 is #FF6B9D. Grayscale: #626262. Windows color (decimal): -16739230 or 6460416. OLE color: 6460416.

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

Color convert

RGB 0 148 98 -
CMYK 1 0 0.34 0.42
HSL 159.73º 1% 0.29% -
HSV(B) 159.73º 1% 0.58% -
XYZ 12.79 22.06 15.14 -
YUV 98.05 127.97 58.07 -
System Red Green Blue C M Y K H S L
Decimal 0 148 98 1 0 0.34 0.42 159.73 1 0.29
Hex 0 94 62 64 0 22 2A A0 64 1D
Octal 0 224 142 144 0 42 52 240 144 35
Binary 0 10010100 1100010 1100100 0 100010 101010 10100000 1100100 11101

Color Harmonies of #009462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009462

Black with #009462

Text Example


Text Example

White with #009462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009462; }

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

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

background-color css

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

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

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

border-color css

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

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

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