Html Css Color HEX #0CA697 Persian Green

📋 copy color: '#0CA697'

red 12 ◦ green 166 ◦ blue 151

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

Shades of Persian Green #0CA697

Tints of Persian Green #0CA697

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.46%

 BLUE value IS 151 (59.38% from 255) = 45.9%

R = 3.65%
G = 50.46%
B = 45.9%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#0CA697 (or 0x0CA697) is known color: Persian Green. HEX triplet: 0C, A6 and 97. RGB value is (12,166,151). Sum of RGB (Red+Green+Blue) = 12+166+151=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA697 is #F35968. Grayscale: #767676. Windows color (decimal): -15948137 or 9938444. OLE color: 9938444.

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

Color convert

RGB 12 166 151 -
CMYK 0.93 0 0.09 0.35
HSL 174.16º 0.87% 0.35% -
HSV(B) 174.16º 0.93% 0.65% -
XYZ 19.37 29.58 33.97 -
YUV 118.24 146.48 52.22 -
System Red Green Blue C M Y K H S L
Decimal 12 166 151 0.93 0 0.09 0.35 174.16 0.87 0.35
Hex C A6 97 5D 0 9 23 AE 57 23
Octal 14 246 227 135 0 11 43 256 127 43
Binary 1100 10100110 10010111 1011101 0 1001 100011 10101110 1010111 100011

Color Harmonies of #0CA697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA697

Black with #0CA697

Text Example


Text Example

White with #0CA697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,166,151); }

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

background-color css

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

 a { background-color: rgb(12,166,151); }

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

border-color css

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

 span { border-color: rgb(12,166,151); }

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