Html Css Color HEX #009465 Shamrock Green

📋 copy color: '#009465'

red 0 ◦ green 148 ◦ blue 101

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

Shades of Shamrock Green #009465

Tints of Shamrock Green #009465

RGB

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

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

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

R = 0%
G = 59.44%
B = 40.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#009465 (or 0x009465) is known color: Shamrock Green. HEX triplet: 00, 94 and 65. RGB value is (0,148,101). Sum of RGB (Red+Green+Blue) = 0+148+101=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #009465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009465 is #FF6B9A. Grayscale: #626262. Windows color (decimal): -16739227 or 6657024. OLE color: 6657024.

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

Color convert

RGB 0 148 101 -
CMYK 1 0 0.32 0.42
HSL 160.95º 1% 0.29% -
HSV(B) 160.95º 1% 0.58% -
XYZ 12.94 22.12 15.9 -
YUV 98.39 129.47 57.82 -
System Red Green Blue C M Y K H S L
Decimal 0 148 101 1 0 0.32 0.42 160.95 1 0.29
Hex 0 94 65 64 0 20 2A A1 64 1D
Octal 0 224 145 144 0 40 52 241 144 35
Binary 0 10010100 1100101 1100100 0 100000 101010 10100001 1100100 11101

Color Harmonies of #009465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009465

Black with #009465

Text Example


Text Example

White with #009465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009465; }

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

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

background-color css

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

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

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

border-color css

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

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

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