#06A13A

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

Shades of Pigment Green #06A13A

Tints of Pigment Green #06A13A

Color information

#06A13A (or 0x06A13A) is unknown color: approx Pigment Green. HEX triplet: 06, A1 and 3A. RGB value is (6,161,58). Sum of RGB (Red+Green+Blue) = 6+161+58=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 161 (63.28% from 255 or 71.56% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 161 - color contains mainly: green. Hex color #06A13A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A13A is #F95EC5. Grayscale: #676767. Windows color (decimal): -16342726 or 3842310. OLE color: 3842310.

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

Color convert

RGB616158-
CMYK0.9600.640.37
HSL140.13º92.81%32.75%-
HSV(B)140.13º96.27%63.14%-
XYZ13.5825.838.27-
YUV102.91102.6558.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 161 (63.28% from 255) = 71.56%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=2.67%
G=71.56%
B=25.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6161580.9600.640.37140.1392.8132.75
Hex6A13A60040258c5d21
Octal62417214001004521413541
Binary11010100001111010110000001000000100101100011001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,161,58); }

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

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

 a { background-color: rgb(6,161,58); }

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

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

 span { border-color: rgb(6,161,58); }

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