Html Css Color HEX #04AC90 Persian Green

📋 copy color: '#04AC90'

red 4 ◦ green 172 ◦ blue 144

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

Shades of Persian Green #04AC90

Tints of Persian Green #04AC90

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.75%

 BLUE value IS 144 (56.64% from 255) = 45%

R = 1.25%
G = 53.75%
B = 45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#04AC90 (or 0x04AC90) is known color: Persian Green. HEX triplet: 04, AC and 90. RGB value is (4,172,144). Sum of RGB (Red+Green+Blue) = 4+172+144=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #04AC90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AC90 is #FB536F. Grayscale: #767676. Windows color (decimal): -16470896 or 9481220. OLE color: 9481220.

HSL color Cylindrical-coordinate representation of color #04AC90: hue angle of 170º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AC90 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 172 144 -
CMYK 0.98 0 0.16 0.33
HSL 170º 0.95% 0.35% -
HSV(B) 170º 0.98% 0.67% -
XYZ 19.84 31.54 31.43 -
YUV 118.58 142.34 46.28 -
System Red Green Blue C M Y K H S L
Decimal 4 172 144 0.98 0 0.16 0.33 170 0.95 0.35
Hex 4 AC 90 62 0 10 21 AA 5F 23
Octal 4 254 220 142 0 20 41 252 137 43
Binary 100 10101100 10010000 1100010 0 10000 100001 10101010 1011111 100011

Color Harmonies of #04AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AC90

Black with #04AC90

Text Example


Text Example

White with #04AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,172,144); }

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

background-color css

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

 a { background-color: rgb(4,172,144); }

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

border-color css

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

 span { border-color: rgb(4,172,144); }

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