Html Css Color HEX #06A355 Pigment Green

📋 copy color: '#06A355'

red 6 ◦ green 163 ◦ blue 85

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

Shades of Pigment Green #06A355

Tints of Pigment Green #06A355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 2.36%
G = 64.17%
B = 33.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#06A355 (or 0x06A355) is known color: Pigment Green. HEX triplet: 06, A3 and 55. RGB value is (6,163,85). Sum of RGB (Red+Green+Blue) = 6+163+85=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 163 (64.06% from 255 or 64.17% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 163 - color contains mainly: green. Hex color #06A355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A355 is #F95CAA. Grayscale: #6B6B6B. Windows color (decimal): -16342187 or 5612294. OLE color: 5612294.

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

Color convert

RGB 6 163 85 -
CMYK 0.96 0 0.48 0.36
HSL 150.19º 0.93% 0.33% -
HSV(B) 150.19º 0.96% 0.64% -
XYZ 14.81 26.89 13 -
YUV 107.17 115.49 55.84 -
System Red Green Blue C M Y K H S L
Decimal 6 163 85 0.96 0 0.48 0.36 150.19 0.93 0.33
Hex 6 A3 55 60 0 30 24 96 5D 21
Octal 6 243 125 140 0 60 44 226 135 41
Binary 110 10100011 1010101 1100000 0 110000 100100 10010110 1011101 100001

Color Harmonies of #06A355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A355

Black with #06A355

Text Example


Text Example

White with #06A355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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