Html Css Color HEX #049A9C Persian Green

📋 copy color: '#049A9C'

red 4 ◦ green 154 ◦ blue 156

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

Shades of Persian Green #049A9C

Tints of Persian Green #049A9C

RGB

 RED value IS 4 (1.95% from 255) = 1.27%

 GREEN value IS 154 (60.55% from 255) = 49.04%

 BLUE value IS 156 (61.33% from 255) = 49.68%

R = 1.27%
G = 49.04%
B = 49.68%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#049A9C (or 0x049A9C) is known color: Persian Green. HEX triplet: 04, 9A and 9C. RGB value is (4,154,156). Sum of RGB (Red+Green+Blue) = 4+154+156=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #049A9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049A9C is #FB6563. Grayscale: #6D6D6D. Windows color (decimal): -16475492 or 10263044. OLE color: 10263044.

HSL color Cylindrical-coordinate representation of color #049A9C: hue angle of 180.79º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049A9C is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 154 156 -
CMYK 0.97 0.01 0 0.39
HSL 180.79º 0.95% 0.31% -
HSV(B) 180.79º 0.97% 0.61% -
XYZ 17.61 25.54 35.45 -
YUV 109.38 154.31 52.84 -
System Red Green Blue C M Y K H S L
Decimal 4 154 156 0.97 0.01 0 0.39 180.79 0.95 0.31
Hex 4 9A 9C 61 1 0 27 B5 5F 1F
Octal 4 232 234 141 1 0 47 265 137 37
Binary 100 10011010 10011100 1100001 1 0 100111 10110101 1011111 11111

Color Harmonies of #049A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049A9C

Black with #049A9C

Text Example


Text Example

White with #049A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049A9C; }

 p { color: rgb(4,154,156); }

 H1.HeaderClassName
 {
   color: #049A9C;
 }
 .AnyTagClassName
 {
   color: #049A9C;
 }
</style>

background-color css

<style>
 a { background-color: #049A9C; }

 a { background-color: rgb(4,154,156); }

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

border-color css

<style>
 span { border-color: #049A9C; }

 span { border-color: rgb(4,154,156); }

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