Html Css Color HEX #04AF83 Persian Green

📋 copy color: '#04AF83'

red 4 ◦ green 175 ◦ blue 131

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

Shades of Persian Green #04AF83

Tints of Persian Green #04AF83

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.45%

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 1.29%
G = 56.45%
B = 42.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#04AF83 (or 0x04AF83) is known color: Persian Green. HEX triplet: 04, AF and 83. RGB value is (4,175,131). Sum of RGB (Red+Green+Blue) = 4+175+131=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AF83 is #FB507C. Grayscale: #767676. Windows color (decimal): -16470141 or 8630020. OLE color: 8630020.

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

Color convert

RGB 4 175 131 -
CMYK 0.98 0 0.25 0.31
HSL 164.56º 0.96% 0.35% -
HSV(B) 164.56º 0.98% 0.69% -
XYZ 19.48 32.32 26.69 -
YUV 118.86 134.85 46.08 -
System Red Green Blue C M Y K H S L
Decimal 4 175 131 0.98 0 0.25 0.31 164.56 0.96 0.35
Hex 4 AF 83 62 0 19 1F A5 60 23
Octal 4 257 203 142 0 31 37 245 140 43
Binary 100 10101111 10000011 1100010 0 11001 11111 10100101 1100000 100011

Color Harmonies of #04AF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AF83

Black with #04AF83

Text Example


Text Example

White with #04AF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,175,131); }

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

background-color css

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

 a { background-color: rgb(4,175,131); }

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

border-color css

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

 span { border-color: rgb(4,175,131); }

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