Html Css Color HEX #00AF90 Persian Green

📋 copy color: '#00AF90'

red 0 ◦ green 175 ◦ blue 144

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

Shades of Persian Green #00AF90

Tints of Persian Green #00AF90

RGB

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

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

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

R = 0%
G = 54.86%
B = 45.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#00AF90 (or 0x00AF90) is known color: Persian Green. HEX triplet: 00, AF and 90. RGB value is (0,175,144). Sum of RGB (Red+Green+Blue) = 0+175+144=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00AF90 is #FF506F. Grayscale: #777777. Windows color (decimal): -16732272 or 9481984. OLE color: 9481984.

HSL color Cylindrical-coordinate representation of color #00AF90: hue angle of 169.37º 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 #00AF90 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 175 144 -
CMYK 1 0 0.18 0.31
HSL 169.37º 1% 0.34% -
HSV(B) 169.37º 1% 0.69% -
XYZ 20.36 32.67 31.62 -
YUV 119.14 142.02 43.02 -
System Red Green Blue C M Y K H S L
Decimal 0 175 144 1 0 0.18 0.31 169.37 1 0.34
Hex 0 AF 90 64 0 12 1F A9 64 22
Octal 0 257 220 144 0 22 37 251 144 42
Binary 0 10101111 10010000 1100100 0 10010 11111 10101001 1100100 100010

Color Harmonies of #00AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AF90

Black with #00AF90

Text Example


Text Example

White with #00AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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