#00A35D

Color #00A35D Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #00A35D

Tints of Shamrock Green #00A35D

Color information

#00A35D (or 0x00A35D) is unknown color: approx Shamrock Green. HEX triplet: 00, A3 and 5D. RGB value is (0,163,93). Sum of RGB (Red+Green+Blue) = 0+163+93=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 163 (64.06% from 255 or 63.67% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 163 - color contains mainly: green. Hex color #00A35D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00A35D is #FF5CA2. Grayscale: #6A6A6A. Windows color (decimal): -16735395 or 6136576. OLE color: 6136576.

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

Color convert

RGB016393-
CMYK100.430.36
HSL154.23º100%31.96%-
HSV(B)154.23º100%63.92%-
XYZ15.0726.9814.77-
YUV106.28120.552.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 163 (64.06% from 255) = 63.67%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=0%
G=63.67%
B=36.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal016393100.430.36154.2310031.96
Hex0A35D6402B249a6420
Octal02431351440534423214440
Binary010100011101110111001000101011100100100110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,163,93); }

 H1.HeaderClassName
 {
   color: #00A35D;
 }
 .AnyTagClassName
 {
   color: #00A35D;
 }
</style>
background-color css

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

 a { background-color: rgb(0,163,93); }

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

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

 span { border-color: rgb(0,163,93); }

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