Html Css Color HEX #099264 Shamrock Green

📋 copy color: '#099264'

red 9 ◦ green 146 ◦ blue 100

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

Shades of Shamrock Green #099264

Tints of Shamrock Green #099264

RGB

 RED value IS 9 (3.91% from 255) = 3.53%

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

 BLUE value IS 100 (39.45% from 255) = 39.22%

R = 3.53%
G = 57.25%
B = 39.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#099264 (or 0x099264) is known color: Shamrock Green. HEX triplet: 09, 92 and 64. RGB value is (9,146,100). Sum of RGB (Red+Green+Blue) = 9+146+100=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 146 (57.42% from 255 or 57.25% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 146 - color contains mainly: green. Hex color #099264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099264 is #F66D9B. Grayscale: #636363. Windows color (decimal): -16149916 or 6590985. OLE color: 6590985.

HSL color Cylindrical-coordinate representation of color #099264: hue angle of 159.85º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099264 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 146 100 -
CMYK 0.94 0 0.32 0.43
HSL 159.85º 0.88% 0.3% -
HSV(B) 159.85º 0.94% 0.57% -
XYZ 12.69 21.54 15.54 -
YUV 99.79 128.11 63.24 -
System Red Green Blue C M Y K H S L
Decimal 9 146 100 0.94 0 0.32 0.43 159.85 0.88 0.3
Hex 9 92 64 5E 0 20 2B A0 58 1E
Octal 11 222 144 136 0 40 53 240 130 36
Binary 1001 10010010 1100100 1011110 0 100000 101011 10100000 1011000 11110

Color Harmonies of #099264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099264

Black with #099264

Text Example


Text Example

White with #099264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099264; }

 p { color: rgb(9,146,100); }

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

background-color css

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

 a { background-color: rgb(9,146,100); }

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

border-color css

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

 span { border-color: rgb(9,146,100); }

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