Html Css Color HEX #0CAA99 Persian Green

📋 copy color: '#0CAA99'

red 12 ◦ green 170 ◦ blue 153

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

Shades of Persian Green #0CAA99

Tints of Persian Green #0CAA99

RGB

 RED value IS 12 (5.08% from 255) = 3.58%

 GREEN value IS 170 (66.8% from 255) = 50.75%

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

R = 3.58%
G = 50.75%
B = 45.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#0CAA99 (or 0x0CAA99) is known color: Persian Green. HEX triplet: 0C, AA and 99. RGB value is (12,170,153). Sum of RGB (Red+Green+Blue) = 12+170+153=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAA99 is #F35566. Grayscale: #787878. Windows color (decimal): -15947111 or 10070540. OLE color: 10070540.

HSL color Cylindrical-coordinate representation of color #0CAA99: hue angle of 173.54º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAA99 is Cyan = 0.93, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 170 153 -
CMYK 0.93 0 0.1 0.33
HSL 173.54º 0.87% 0.36% -
HSV(B) 173.54º 0.93% 0.67% -
XYZ 20.28 31.13 35.08 -
YUV 120.82 146.15 50.38 -
System Red Green Blue C M Y K H S L
Decimal 12 170 153 0.93 0 0.1 0.33 173.54 0.87 0.36
Hex C AA 99 5D 0 A 21 AE 57 24
Octal 14 252 231 135 0 12 41 256 127 44
Binary 1100 10101010 10011001 1011101 0 1010 100001 10101110 1010111 100100

Color Harmonies of #0CAA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAA99

Black with #0CAA99

Text Example


Text Example

White with #0CAA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,170,153); }

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

background-color css

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

 a { background-color: rgb(12,170,153); }

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

border-color css

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

 span { border-color: rgb(12,170,153); }

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