Html Css Color HEX #009055 Shamrock Green

📋 copy color: '#009055'

red 0 ◦ green 144 ◦ blue 85

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

Shades of Shamrock Green #009055

Tints of Shamrock Green #009055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.12%

R = 0%
G = 62.88%
B = 37.12%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#009055 (or 0x009055) is known color: Shamrock Green. HEX triplet: 00, 90 and 55. RGB value is (0,144,85). Sum of RGB (Red+Green+Blue) = 0+144+85=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 144 (56.64% from 255 or 62.88% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 144 - color contains mainly: green. Hex color #009055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009055 is #FF6FAA. Grayscale: #5E5E5E. Windows color (decimal): -16740267 or 5607424. OLE color: 5607424.

HSL color Cylindrical-coordinate representation of color #009055: hue angle of 155.42º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009055 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 144 85 -
CMYK 1 0 0.41 0.44
HSL 155.42º 1% 0.28% -
HSV(B) 155.42º 1% 0.56% -
XYZ 11.61 20.6 11.96 -
YUV 94.22 122.79 60.8 -
System Red Green Blue C M Y K H S L
Decimal 0 144 85 1 0 0.41 0.44 155.42 1 0.28
Hex 0 90 55 64 0 29 2C 9B 64 1C
Octal 0 220 125 144 0 51 54 233 144 34
Binary 0 10010000 1010101 1100100 0 101001 101100 10011011 1100100 11100

Color Harmonies of #009055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009055

Black with #009055

Text Example


Text Example

White with #009055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009055; }

 p { color: rgb(0,144,85); }

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

background-color css

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

 a { background-color: rgb(0,144,85); }

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

border-color css

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

 span { border-color: rgb(0,144,85); }

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