Html Css Color HEX #0A9C99 Persian Green

📋 copy color: '#0A9C99'

red 10 ◦ green 156 ◦ blue 153

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

Shades of Persian Green #0A9C99

Tints of Persian Green #0A9C99

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.9%

 BLUE value IS 153 (60.16% from 255) = 47.96%

R = 3.13%
G = 48.9%
B = 47.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#0A9C99 (or 0x0A9C99) is known color: Persian Green. HEX triplet: 0A, 9C and 99. RGB value is (10,156,153). Sum of RGB (Red+Green+Blue) = 10+156+153=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 153 (60.16% from 255 or 47.96% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A9C99 is #F56366. Grayscale: #6F6F6F. Windows color (decimal): -16081767 or 10066954. OLE color: 10066954.

HSL color Cylindrical-coordinate representation of color #0A9C99: hue angle of 178.77º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9C99 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 10 156 153 -
CMYK 0.94 0 0.02 0.39
HSL 178.77º 0.88% 0.33% -
HSV(B) 178.77º 0.94% 0.61% -
XYZ 17.76 26.14 34.25 -
YUV 112 151.13 55.24 -
System Red Green Blue C M Y K H S L
Decimal 10 156 153 0.94 0 0.02 0.39 178.77 0.88 0.33
Hex A 9C 99 5E 0 2 27 B3 58 21
Octal 12 234 231 136 0 2 47 263 130 41
Binary 1010 10011100 10011001 1011110 0 10 100111 10110011 1011000 100001

Color Harmonies of #0A9C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9C99

Black with #0A9C99

Text Example


Text Example

White with #0A9C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,156,153); }

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

background-color css

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

 a { background-color: rgb(10,156,153); }

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

border-color css

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

 span { border-color: rgb(10,156,153); }

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