Html Css Color HEX #049C9A Persian Green

📋 copy color: '#049C9A'

red 4 ◦ green 156 ◦ blue 154

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

Shades of Persian Green #049C9A

Tints of Persian Green #049C9A

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #049C9A: hue angle of 179.21º 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 #049C9A is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 4 156 154 -
CMYK 0.97 0 0.01 0.39
HSL 179.21º 0.95% 0.31% -
HSV(B) 179.21º 0.97% 0.61% -
XYZ 17.77 26.14 34.68 -
YUV 110.32 152.64 52.16 -
System Red Green Blue C M Y K H S L
Decimal 4 156 154 0.97 0 0.01 0.39 179.21 0.95 0.31
Hex 4 9C 9A 61 0 1 27 B3 5F 1F
Octal 4 234 232 141 0 1 47 263 137 37
Binary 100 10011100 10011010 1100001 0 1 100111 10110011 1011111 11111

Color Harmonies of #049C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049C9A

Black with #049C9A

Text Example


Text Example

White with #049C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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