Html Css Color HEX #06A44A Pigment Green

📋 copy color: '#06A44A'

red 6 ◦ green 164 ◦ blue 74

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

Shades of Pigment Green #06A44A

Tints of Pigment Green #06A44A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 67.21%

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 2.46%
G = 67.21%
B = 30.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#06A44A (or 0x06A44A) is known color: Pigment Green. HEX triplet: 06, A4 and 4A. RGB value is (6,164,74). Sum of RGB (Red+Green+Blue) = 6+164+74=244 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.46% from 244); Green value is 164 (64.45% from 255 or 67.21% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 164 - color contains mainly: green. Hex color #06A44A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A44A is #F95BB5. Grayscale: #6A6A6A. Windows color (decimal): -16341942 or 4891654. OLE color: 4891654.

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

Color convert

RGB 6 164 74 -
CMYK 0.96 0 0.55 0.36
HSL 145.82º 0.93% 0.33% -
HSV(B) 145.82º 0.96% 0.64% -
XYZ 14.59 27.08 10.94 -
YUV 106.5 109.65 56.32 -
System Red Green Blue C M Y K H S L
Decimal 6 164 74 0.96 0 0.55 0.36 145.82 0.93 0.33
Hex 6 A4 4A 60 0 37 24 92 5D 21
Octal 6 244 112 140 0 67 44 222 135 41
Binary 110 10100100 1001010 1100000 0 110111 100100 10010010 1011101 100001

Color Harmonies of #06A44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A44A

Black with #06A44A

Text Example


Text Example

White with #06A44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,164,74); }

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

background-color css

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

 a { background-color: rgb(6,164,74); }

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

border-color css

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

 span { border-color: rgb(6,164,74); }

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