Html Css Color HEX #06A254 Pigment Green

📋 copy color: '#06A254'

red 6 ◦ green 162 ◦ blue 84

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

Shades of Pigment Green #06A254

Tints of Pigment Green #06A254

RGB

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

 GREEN value IS 162 (63.67% from 255) = 64.29%

 BLUE value IS 84 (33.2% from 255) = 33.33%

R = 2.38%
G = 64.29%
B = 33.33%

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

#06A254 (or 0x06A254) is known color: Pigment Green. HEX triplet: 06, A2 and 54. RGB value is (6,162,84). Sum of RGB (Red+Green+Blue) = 6+162+84=252 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.38% from 252); Green value is 162 (63.67% from 255 or 64.29% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 162 - color contains mainly: green. Hex color #06A254 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A254 is #F95DAB. Grayscale: #6A6A6A. Windows color (decimal): -16342444 or 5546502. OLE color: 5546502.

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

Color convert

RGB 6 162 84 -
CMYK 0.96 0 0.48 0.36
HSL 150º 0.93% 0.33% -
HSV(B) 150º 0.96% 0.64% -
XYZ 14.6 26.52 12.74 -
YUV 106.46 115.32 56.34 -
System Red Green Blue C M Y K H S L
Decimal 6 162 84 0.96 0 0.48 0.36 150 0.93 0.33
Hex 6 A2 54 60 0 30 24 96 5D 21
Octal 6 242 124 140 0 60 44 226 135 41
Binary 110 10100010 1010100 1100000 0 110000 100100 10010110 1011101 100001

Color Harmonies of #06A254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A254

Black with #06A254

Text Example


Text Example

White with #06A254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,162,84); }

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

background-color css

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

 a { background-color: rgb(6,162,84); }

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

border-color css

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

 span { border-color: rgb(6,162,84); }

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