Html Css Color HEX #009260 Shamrock Green

📋 copy color: '#009260'

red 0 ◦ green 146 ◦ blue 96

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

Shades of Shamrock Green #009260

Tints of Shamrock Green #009260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 60.33%

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

R = 0%
G = 60.33%
B = 39.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#009260 (or 0x009260) is known color: Shamrock Green. HEX triplet: 00, 92 and 60. RGB value is (0,146,96). Sum of RGB (Red+Green+Blue) = 0+146+96=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #009260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009260 is #FF6D9F. Grayscale: #606060. Windows color (decimal): -16739744 or 6328832. OLE color: 6328832.

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

Color convert

RGB 0 146 96 -
CMYK 1 0 0.34 0.43
HSL 159.45º 1% 0.29% -
HSV(B) 159.45º 1% 0.57% -
XYZ 12.39 21.4 14.54 -
YUV 96.65 127.63 59.07 -
System Red Green Blue C M Y K H S L
Decimal 0 146 96 1 0 0.34 0.43 159.45 1 0.29
Hex 0 92 60 64 0 22 2B 9F 64 1D
Octal 0 222 140 144 0 42 53 237 144 35
Binary 0 10010010 1100000 1100100 0 100010 101011 10011111 1100100 11101

Color Harmonies of #009260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009260

Black with #009260

Text Example


Text Example

White with #009260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009260; }

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

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

background-color css

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

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

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

border-color css

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

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

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