Html Css Color HEX #0AAF9A Persian Green

📋 copy color: '#0AAF9A'

red 10 ◦ green 175 ◦ blue 154

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

Shades of Persian Green #0AAF9A

Tints of Persian Green #0AAF9A

RGB

 RED value IS 10 (4.3% from 255) = 2.95%

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

 BLUE value IS 154 (60.55% from 255) = 45.43%

R = 2.95%
G = 51.62%
B = 45.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#0AAF9A (or 0x0AAF9A) is known color: Persian Green. HEX triplet: 0A, AF and 9A. RGB value is (10,175,154). Sum of RGB (Red+Green+Blue) = 10+175+154=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAF9A is #F55065. Grayscale: #7B7B7B. Windows color (decimal): -16076902 or 10137354. OLE color: 10137354.

HSL color Cylindrical-coordinate representation of color #0AAF9A: hue angle of 172.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAF9A is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 10 175 154 -
CMYK 0.94 0 0.12 0.31
HSL 172.36º 0.89% 0.36% -
HSV(B) 172.36º 0.94% 0.69% -
XYZ 21.29 33.06 35.83 -
YUV 123.27 145.34 47.21 -
System Red Green Blue C M Y K H S L
Decimal 10 175 154 0.94 0 0.12 0.31 172.36 0.89 0.36
Hex A AF 9A 5E 0 C 1F AC 59 24
Octal 12 257 232 136 0 14 37 254 131 44
Binary 1010 10101111 10011010 1011110 0 1100 11111 10101100 1011001 100100

Color Harmonies of #0AAF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAF9A

Black with #0AAF9A

Text Example


Text Example

White with #0AAF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AAF9A; }

 p { color: rgb(10,175,154); }

 H1.HeaderClassName
 {
   color: #0AAF9A;
 }
 .AnyTagClassName
 {
   color: #0AAF9A;
 }
</style>

background-color css

<style>
 a { background-color: #0AAF9A; }

 a { background-color: rgb(10,175,154); }

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

border-color css

<style>
 span { border-color: #0AAF9A; }

 span { border-color: rgb(10,175,154); }

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