Html Css Color HEX #06A364 Shamrock Green

📋 copy color: '#06A364'

red 6 ◦ green 163 ◦ blue 100

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

Shades of Shamrock Green #06A364

Tints of Shamrock Green #06A364

RGB

 RED value IS 6 (2.73% from 255) = 2.23%

 GREEN value IS 163 (64.06% from 255) = 60.59%

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

R = 2.23%
G = 60.59%
B = 37.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#06A364 (or 0x06A364) is known color: Shamrock Green. HEX triplet: 06, A3 and 64. RGB value is (6,163,100). Sum of RGB (Red+Green+Blue) = 6+163+100=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 163 (64.06% from 255 or 60.59% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 163 - color contains mainly: green. Hex color #06A364 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A364 is #F95C9B. Grayscale: #6C6C6C. Windows color (decimal): -16342172 or 6595334. OLE color: 6595334.

HSL color Cylindrical-coordinate representation of color #06A364: hue angle of 155.92º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A364 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 6 163 100 -
CMYK 0.96 0 0.39 0.36
HSL 155.92º 0.93% 0.33% -
HSV(B) 155.92º 0.96% 0.64% -
XYZ 15.47 27.15 16.48 -
YUV 108.88 122.99 54.62 -
System Red Green Blue C M Y K H S L
Decimal 6 163 100 0.96 0 0.39 0.36 155.92 0.93 0.33
Hex 6 A3 64 60 0 27 24 9C 5D 21
Octal 6 243 144 140 0 47 44 234 135 41
Binary 110 10100011 1100100 1100000 0 100111 100100 10011100 1011101 100001

Color Harmonies of #06A364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A364

Black with #06A364

Text Example


Text Example

White with #06A364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06A364; }

 p { color: rgb(6,163,100); }

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

background-color css

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

 a { background-color: rgb(6,163,100); }

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

border-color css

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

 span { border-color: rgb(6,163,100); }

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