#069A5A

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

Shades of Shamrock Green #069A5A

Tints of Shamrock Green #069A5A

Color information

#069A5A (or 0x069A5A) is unknown color: approx Shamrock Green. HEX triplet: 06, 9A and 5A. RGB value is (6,154,90). Sum of RGB (Red+Green+Blue) = 6+154+90=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 154 (60.55% from 255 or 61.6% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 154 - color contains mainly: green. Hex color #069A5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069A5A is #F965A5. Grayscale: #666666. Windows color (decimal): -16344486 or 5937670. OLE color: 5937670.

HSL color Cylindrical-coordinate representation of color #069A5A: hue angle of 154.05º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069A5A is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB615490-
CMYK0.9600.420.40
HSL154.05º92.5%31.37%-
HSV(B)154.05º96.1%60.39%-
XYZ13.4823.8913.57-
YUV102.45120.9759.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.4%
GREEN value IS 154 (60.55% from 255) = 61.6%
BLUE value IS 90 (35.55% from 255) = 36%
R=2.4%
G=61.6%
B=36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6154900.9600.420.40154.0592.531.37
Hex69A5A6002A289a5c1f
Octal62321321400525023213437
Binary1101001101010110101100000010101010100010011010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #069A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #069A5A; }

 p { color: rgb(6,154,90); }

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

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

 a { background-color: rgb(6,154,90); }

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

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

 span { border-color: rgb(6,154,90); }

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