#06A54E

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

Shades of Pigment Green #06A54E

Tints of Pigment Green #06A54E

Color information

#06A54E (or 0x06A54E) is unknown color: approx Pigment Green. HEX triplet: 06, A5 and 4E. RGB value is (6,165,78). Sum of RGB (Red+Green+Blue) = 6+165+78=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 165 (64.84% from 255 or 66.27% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 165 - color contains mainly: green. Hex color #06A54E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A54E is #F95AB1. Grayscale: #6B6B6B. Windows color (decimal): -16341682 or 5154054. OLE color: 5154054.

HSL color Cylindrical-coordinate representation of color #06A54E: hue angle of 147.17º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A54E is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB616578-
CMYK0.9600.530.35
HSL147.17º92.98%33.53%-
HSV(B)147.17º96.36%64.71%-
XYZ14.9127.511.73-
YUV107.54111.3255.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.41%
GREEN value IS 165 (64.84% from 255) = 66.27%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=2.41%
G=66.27%
B=31.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6165780.9600.530.35147.1792.9833.53
Hex6A54E6003523935d22
Octal62451161400654322313542
Binary11010100101100111011000000110101100011100100111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,165,78); }

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

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

 a { background-color: rgb(6,165,78); }

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

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

 span { border-color: rgb(6,165,78); }

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