Html Css Color HEX #099052 Shamrock Green

📋 copy color: '#099052'

red 9 ◦ green 144 ◦ blue 82

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

Shades of Shamrock Green #099052

Tints of Shamrock Green #099052

RGB

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

 GREEN value IS 144 (56.64% from 255) = 61.28%

 BLUE value IS 82 (32.42% from 255) = 34.89%

R = 3.83%
G = 61.28%
B = 34.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#099052 (or 0x099052) is known color: Shamrock Green. HEX triplet: 09, 90 and 52. RGB value is (9,144,82). Sum of RGB (Red+Green+Blue) = 9+144+82=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #099052 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099052 is #F66FAD. Grayscale: #606060. Windows color (decimal): -16150446 or 5410825. OLE color: 5410825.

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

Color convert

RGB 9 144 82 -
CMYK 0.94 0 0.43 0.44
HSL 152.44º 0.88% 0.3% -
HSV(B) 152.44º 0.94% 0.56% -
XYZ 11.61 20.61 11.35 -
YUV 96.57 119.77 65.54 -
System Red Green Blue C M Y K H S L
Decimal 9 144 82 0.94 0 0.43 0.44 152.44 0.88 0.3
Hex 9 90 52 5E 0 2B 2C 98 58 1E
Octal 11 220 122 136 0 53 54 230 130 36
Binary 1001 10010000 1010010 1011110 0 101011 101100 10011000 1011000 11110

Color Harmonies of #099052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099052

Black with #099052

Text Example


Text Example

White with #099052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099052; }

 p { color: rgb(9,144,82); }

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

background-color css

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

 a { background-color: rgb(9,144,82); }

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

border-color css

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

 span { border-color: rgb(9,144,82); }

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