#06A357

Color #06A357 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #06A357

Tints of Pigment Green #06A357

Color information

#06A357 (or 0x06A357) is unknown color: approx Pigment Green. HEX triplet: 06, A3 and 57. RGB value is (6,163,87). Sum of RGB (Red+Green+Blue) = 6+163+87=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 163 (64.06% from 255 or 63.67% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 163 - color contains mainly: green. Hex color #06A357 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A357 is #F95CA8. Grayscale: #6B6B6B. Windows color (decimal): -16342185 or 5743366. OLE color: 5743366.

HSL color Cylindrical-coordinate representation of color #06A357: hue angle of 150.96º 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 #06A357 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB616387-
CMYK0.9600.470.36
HSL150.96º92.9%33.14%-
HSV(B)150.96º96.32%63.92%-
XYZ14.8926.9213.43-
YUV107.39116.4955.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.34%
GREEN value IS 163 (64.06% from 255) = 63.67%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=2.34%
G=63.67%
B=33.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6163870.9600.470.36150.9692.933.14
Hex6A3576002F24975d21
Octal62431271400574422713541
Binary11010100011101011111000000101111100100100101111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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