Html Css Color HEX #0CA990 Persian Green

📋 copy color: '#0CA990'

red 12 ◦ green 169 ◦ blue 144

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

Shades of Persian Green #0CA990

Tints of Persian Green #0CA990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52%

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

R = 3.69%
G = 52%
B = 44.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#0CA990 (or 0x0CA990) is known color: Persian Green. HEX triplet: 0C, A9 and 90. RGB value is (12,169,144). Sum of RGB (Red+Green+Blue) = 12+169+144=325 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.69% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA990 is #F3566F. Grayscale: #777777. Windows color (decimal): -15947376 or 9480460. OLE color: 9480460.

HSL color Cylindrical-coordinate representation of color #0CA990: hue angle of 170.45º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA990 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 12 169 144 -
CMYK 0.93 0 0.15 0.34
HSL 170.45º 0.87% 0.35% -
HSV(B) 170.45º 0.93% 0.66% -
XYZ 19.37 30.47 31.25 -
YUV 119.21 141.99 51.53 -
System Red Green Blue C M Y K H S L
Decimal 12 169 144 0.93 0 0.15 0.34 170.45 0.87 0.35
Hex C A9 90 5D 0 F 22 AA 57 23
Octal 14 251 220 135 0 17 42 252 127 43
Binary 1100 10101001 10010000 1011101 0 1111 100010 10101010 1010111 100011

Color Harmonies of #0CA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA990

Black with #0CA990

Text Example


Text Example

White with #0CA990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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