Html Css Color HEX #04AE9D Persian Green

📋 copy color: '#04AE9D'

red 4 ◦ green 174 ◦ blue 157

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

Shades of Persian Green #04AE9D

Tints of Persian Green #04AE9D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.94%

 BLUE value IS 157 (61.72% from 255) = 46.87%

R = 1.19%
G = 51.94%
B = 46.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#04AE9D (or 0x04AE9D) is known color: Persian Green. HEX triplet: 04, AE and 9D. RGB value is (4,174,157). Sum of RGB (Red+Green+Blue) = 4+174+157=335 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #04AE9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AE9D is #FB5162. Grayscale: #797979. Windows color (decimal): -16470371 or 10333700. OLE color: 10333700.

HSL color Cylindrical-coordinate representation of color #04AE9D: hue angle of 174º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AE9D is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 174 157 -
CMYK 0.98 0 0.10 0.32
HSL 174º 0.96% 0.35% -
HSV(B) 174º 0.98% 0.68% -
XYZ 21.27 32.73 37.1 -
YUV 121.23 148.18 44.38 -
System Red Green Blue C M Y K H S L
Decimal 4 174 157 0.98 0 0.10 0.32 174 0.96 0.35
Hex 4 AE 9D 62 0 A 20 AE 60 23
Octal 4 256 235 142 0 12 40 256 140 43
Binary 100 10101110 10011101 1100010 0 1010 100000 10101110 1100000 100011

Color Harmonies of #04AE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AE9D

Black with #04AE9D

Text Example


Text Example

White with #04AE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04AE9D; }

 p { color: rgb(4,174,157); }

 H1.HeaderClassName
 {
   color: #04AE9D;
 }
 .AnyTagClassName
 {
   color: #04AE9D;
 }
</style>

background-color css

<style>
 a { background-color: #04AE9D; }

 a { background-color: rgb(4,174,157); }

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

border-color css

<style>
 span { border-color: #04AE9D; }

 span { border-color: rgb(4,174,157); }

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