Html Css Color HEX #06A294 Persian Green

📋 copy color: '#06A294'

red 6 ◦ green 162 ◦ blue 148

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

Shades of Persian Green #06A294

Tints of Persian Green #06A294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.84%

R = 1.9%
G = 51.27%
B = 46.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#06A294 (or 0x06A294) is known color: Persian Green. HEX triplet: 06, A2 and 94. RGB value is (6,162,148). Sum of RGB (Red+Green+Blue) = 6+162+148=316 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #06A294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A294 is #F95D6B. Grayscale: #717171. Windows color (decimal): -16342380 or 9740806. OLE color: 9740806.

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

Color convert

RGB 6 162 148 -
CMYK 0.96 0 0.09 0.36
HSL 174.62º 0.93% 0.33% -
HSV(B) 174.62º 0.96% 0.64% -
XYZ 18.34 28.02 32.46 -
YUV 113.76 147.32 51.14 -
System Red Green Blue C M Y K H S L
Decimal 6 162 148 0.96 0 0.09 0.36 174.62 0.93 0.33
Hex 6 A2 94 60 0 9 24 AF 5D 21
Octal 6 242 224 140 0 11 44 257 135 41
Binary 110 10100010 10010100 1100000 0 1001 100100 10101111 1011101 100001

Color Harmonies of #06A294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A294

Black with #06A294

Text Example


Text Example

White with #06A294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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