Html Css Color HEX #00AF95 Persian Green

📋 copy color: '#00AF95'

red 0 ◦ green 175 ◦ blue 149

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

Shades of Persian Green #00AF95

Tints of Persian Green #00AF95

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 0%
G = 54.01%
B = 45.99%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#00AF95 (or 0x00AF95) is known color: Persian Green. HEX triplet: 00, AF and 95. RGB value is (0,175,149). Sum of RGB (Red+Green+Blue) = 0+175+149=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AF95 is #FF506A. Grayscale: #777777. Windows color (decimal): -16732267 or 9809664. OLE color: 9809664.

HSL color Cylindrical-coordinate representation of color #00AF95: hue angle of 171.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AF95 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 175 149 -
CMYK 1 0 0.15 0.31
HSL 171.09º 1% 0.34% -
HSV(B) 171.09º 1% 0.69% -
XYZ 20.75 32.83 33.68 -
YUV 119.71 144.52 42.61 -
System Red Green Blue C M Y K H S L
Decimal 0 175 149 1 0 0.15 0.31 171.09 1 0.34
Hex 0 AF 95 64 0 F 1F AB 64 22
Octal 0 257 225 144 0 17 37 253 144 42
Binary 0 10101111 10010101 1100100 0 1111 11111 10101011 1100100 100010

Color Harmonies of #00AF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AF95

Black with #00AF95

Text Example


Text Example

White with #00AF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00AF95; }

 p { color: rgb(0,175,149); }

 H1.HeaderClassName
 {
   color: #00AF95;
 }
 .AnyTagClassName
 {
   color: #00AF95;
 }
</style>

background-color css

<style>
 a { background-color: #00AF95; }

 a { background-color: rgb(0,175,149); }

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

border-color css

<style>
 span { border-color: #00AF95; }

 span { border-color: rgb(0,175,149); }

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