Html Css Color HEX #06A298 Persian Green

📋 copy color: '#06A298'

red 6 ◦ green 162 ◦ blue 152

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

Shades of Persian Green #06A298

Tints of Persian Green #06A298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.5%

R = 1.88%
G = 50.63%
B = 47.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#06A298 (or 0x06A298) is known color: Persian Green. HEX triplet: 06, A2 and 98. RGB value is (6,162,152). Sum of RGB (Red+Green+Blue) = 6+162+152=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #06A298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06A298 is #F95D67. Grayscale: #727272. Windows color (decimal): -16342376 or 10002950. OLE color: 10002950.

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

Color convert

RGB 6 162 152 -
CMYK 0.96 0 0.06 0.36
HSL 176.15º 0.93% 0.33% -
HSV(B) 176.15º 0.96% 0.64% -
XYZ 18.66 28.15 34.15 -
YUV 114.22 149.32 50.81 -
System Red Green Blue C M Y K H S L
Decimal 6 162 152 0.96 0 0.06 0.36 176.15 0.93 0.33
Hex 6 A2 98 60 0 6 24 B0 5D 21
Octal 6 242 230 140 0 6 44 260 135 41
Binary 110 10100010 10011000 1100000 0 110 100100 10110000 1011101 100001

Color Harmonies of #06A298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06A298

Black with #06A298

Text Example


Text Example

White with #06A298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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