Html Css Color HEX #0CA497 Persian Green

📋 copy color: '#0CA497'

red 12 ◦ green 164 ◦ blue 151

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

Shades of Persian Green #0CA497

Tints of Persian Green #0CA497

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.15%

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

R = 3.67%
G = 50.15%
B = 46.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#0CA497 (or 0x0CA497) is known color: Persian Green. HEX triplet: 0C, A4 and 97. RGB value is (12,164,151). Sum of RGB (Red+Green+Blue) = 12+164+151=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 164 (64.45% from 255 or 50.15% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 164 - color contains mainly: green. Hex color #0CA497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA497 is #F35B68. Grayscale: #747474. Windows color (decimal): -15948649 or 9937932. OLE color: 9937932.

HSL color Cylindrical-coordinate representation of color #0CA497: hue angle of 174.87º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA497 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 164 151 -
CMYK 0.93 0 0.08 0.36
HSL 174.87º 0.86% 0.35% -
HSV(B) 174.87º 0.93% 0.64% -
XYZ 19.01 28.86 33.85 -
YUV 117.07 147.14 53.06 -
System Red Green Blue C M Y K H S L
Decimal 12 164 151 0.93 0 0.08 0.36 174.87 0.86 0.35
Hex C A4 97 5D 0 8 24 AF 56 23
Octal 14 244 227 135 0 10 44 257 126 43
Binary 1100 10100100 10010111 1011101 0 1000 100100 10101111 1010110 100011

Color Harmonies of #0CA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA497

Black with #0CA497

Text Example


Text Example

White with #0CA497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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