Html Css Color HEX #099265 Shamrock Green

📋 copy color: '#099265'

red 9 ◦ green 146 ◦ blue 101

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

Shades of Shamrock Green #099265

Tints of Shamrock Green #099265

RGB

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

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

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

R = 3.52%
G = 57.03%
B = 39.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#099265 (or 0x099265) is known color: Shamrock Green. HEX triplet: 09, 92 and 65. RGB value is (9,146,101). Sum of RGB (Red+Green+Blue) = 9+146+101=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #099265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099265 is #F66D9A. Grayscale: #636363. Windows color (decimal): -16149915 or 6656521. OLE color: 6656521.

HSL color Cylindrical-coordinate representation of color #099265: hue angle of 160.29º 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 #099265 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 146 101 -
CMYK 0.94 0 0.31 0.43
HSL 160.29º 0.88% 0.3% -
HSV(B) 160.29º 0.94% 0.57% -
XYZ 12.74 21.56 15.8 -
YUV 99.91 128.61 63.16 -
System Red Green Blue C M Y K H S L
Decimal 9 146 101 0.94 0 0.31 0.43 160.29 0.88 0.3
Hex 9 92 65 5E 0 1F 2B A0 58 1E
Octal 11 222 145 136 0 37 53 240 130 36
Binary 1001 10010010 1100101 1011110 0 11111 101011 10100000 1011000 11110

Color Harmonies of #099265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099265

Black with #099265

Text Example


Text Example

White with #099265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099265; }

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

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

background-color css

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

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

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

border-color css

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

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

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