Html Css Color HEX #00A164 Shamrock Green

📋 copy color: '#00A164'

red 0 ◦ green 161 ◦ blue 100

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

Shades of Shamrock Green #00A164

Tints of Shamrock Green #00A164

RGB

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

 GREEN value IS 161 (63.28% from 255) = 61.69%

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

R = 0%
G = 61.69%
B = 38.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#00A164 (or 0x00A164) is known color: Shamrock Green. HEX triplet: 00, A1 and 64. RGB value is (0,161,100). Sum of RGB (Red+Green+Blue) = 0+161+100=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 161 (63.28% from 255 or 61.69% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 161 - color contains mainly: green. Hex color #00A164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A164 is #FF5E9B. Grayscale: #696969. Windows color (decimal): -16735900 or 6594816. OLE color: 6594816.

HSL color Cylindrical-coordinate representation of color #00A164: hue angle of 157.27º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A164 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 0 161 100 -
CMYK 1 0 0.38 0.37
HSL 157.27º 1% 0.32% -
HSV(B) 157.27º 1% 0.63% -
XYZ 15.05 26.41 16.36 -
YUV 105.91 124.66 52.46 -
System Red Green Blue C M Y K H S L
Decimal 0 161 100 1 0 0.38 0.37 157.27 1 0.32
Hex 0 A1 64 64 0 26 25 9D 64 20
Octal 0 241 144 144 0 46 45 235 144 40
Binary 0 10100001 1100100 1100100 0 100110 100101 10011101 1100100 100000

Color Harmonies of #00A164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A164

Black with #00A164

Text Example


Text Example

White with #00A164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A164; }

 p { color: rgb(0,161,100); }

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

background-color css

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

 a { background-color: rgb(0,161,100); }

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

border-color css

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

 span { border-color: rgb(0,161,100); }

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