#06A54F

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

Shades of Pigment Green #06A54F

Tints of Pigment Green #06A54F

Color information

#06A54F (or 0x06A54F) is unknown color: approx Pigment Green. HEX triplet: 06, A5 and 4F. RGB value is (6,165,79). Sum of RGB (Red+Green+Blue) = 6+165+79=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 165 (64.84% from 255 or 66% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 165 - color contains mainly: green. Hex color #06A54F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A54F is #F95AB0. Grayscale: #6B6B6B. Windows color (decimal): -16341681 or 5219590. OLE color: 5219590.

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

Color convert

RGB616579-
CMYK0.9600.520.35
HSL147.55º92.98%33.53%-
HSV(B)147.55º96.36%64.71%-
XYZ14.9427.5111.92-
YUV107.65111.8255.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.4%
GREEN value IS 165 (64.84% from 255) = 66%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=2.4%
G=66%
B=31.6%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6165790.9600.520.35147.5592.9833.53
Hex6A54F6003423945d22
Octal62451171400644322413542
Binary11010100101100111111000000110100100011100101001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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