Html Css Color HEX #0CAA90 Persian Green

📋 copy color: '#0CAA90'

red 12 ◦ green 170 ◦ blue 144

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

Shades of Persian Green #0CAA90

Tints of Persian Green #0CAA90

RGB

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

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

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

R = 3.68%
G = 52.15%
B = 44.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#0CAA90 (or 0x0CAA90) is known color: Persian Green. HEX triplet: 0C, AA and 90. RGB value is (12,170,144). Sum of RGB (Red+Green+Blue) = 12+170+144=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAA90 is #F3556F. Grayscale: #777777. Windows color (decimal): -15947120 or 9480716. OLE color: 9480716.

HSL color Cylindrical-coordinate representation of color #0CAA90: hue angle of 170.13º 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 #0CAA90 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 170 144 -
CMYK 0.93 0 0.15 0.33
HSL 170.13º 0.87% 0.36% -
HSV(B) 170.13º 0.93% 0.67% -
XYZ 19.56 30.84 31.31 -
YUV 119.79 141.65 51.11 -
System Red Green Blue C M Y K H S L
Decimal 12 170 144 0.93 0 0.15 0.33 170.13 0.87 0.36
Hex C AA 90 5D 0 F 21 AA 57 24
Octal 14 252 220 135 0 17 41 252 127 44
Binary 1100 10101010 10010000 1011101 0 1111 100001 10101010 1010111 100100

Color Harmonies of #0CAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAA90

Black with #0CAA90

Text Example


Text Example

White with #0CAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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