#08A35F

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

Shades of Shamrock Green #08A35F

Tints of Shamrock Green #08A35F

Color information

#08A35F (or 0x08A35F) is unknown color: approx Shamrock Green. HEX triplet: 08, A3 and 5F. RGB value is (8,163,95). Sum of RGB (Red+Green+Blue) = 8+163+95=266 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.01% from 266); Green value is 163 (64.06% from 255 or 61.28% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 163 - color contains mainly: green. Hex color #08A35F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A35F is #F75CA0. Grayscale: #6D6D6D. Windows color (decimal): -16211105 or 6267656. OLE color: 6267656.

HSL color Cylindrical-coordinate representation of color #08A35F: hue angle of 153.68º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A35F is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB816395-
CMYK0.9500.420.36
HSL153.68º90.64%33.53%-
HSV(B)153.68º95.09%63.92%-
XYZ15.2627.0715.25-
YUV108.9120.1556.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.01%
GREEN value IS 163 (64.06% from 255) = 61.28%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=3.01%
G=61.28%
B=35.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8163950.9500.420.36153.6890.6433.53
Hex8A35F5F02A249a5b22
Octal102431371370524423213342
Binary100010100011101111110111110101010100100100110101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08A35F; }

 p { color: rgb(8,163,95); }

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

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

 a { background-color: rgb(8,163,95); }

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

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

 span { border-color: rgb(8,163,95); }

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