Html Css Color HEX #0CADA0 Persian Green

📋 copy color: '#0CADA0'

red 12 ◦ green 173 ◦ blue 160

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

Shades of Persian Green #0CADA0

Tints of Persian Green #0CADA0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.14%

 BLUE value IS 160 (62.89% from 255) = 46.38%

R = 3.48%
G = 50.14%
B = 46.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#0CADA0 (or 0x0CADA0) is known color: Persian Green. HEX triplet: 0C, AD and A0. RGB value is (12,173,160). Sum of RGB (Red+Green+Blue) = 12+173+160=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #0CADA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CADA0 is #F3525F. Grayscale: #7B7B7B. Windows color (decimal): -15946336 or 10530060. OLE color: 10530060.

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

Color convert

RGB 12 173 160 -
CMYK 0.93 0 0.08 0.32
HSL 175.16º 0.87% 0.36% -
HSV(B) 175.16º 0.93% 0.68% -
XYZ 21.44 32.5 38.4 -
YUV 123.38 148.66 48.56 -
System Red Green Blue C M Y K H S L
Decimal 12 173 160 0.93 0 0.08 0.32 175.16 0.87 0.36
Hex C AD A0 5D 0 8 20 AF 57 24
Octal 14 255 240 135 0 10 40 257 127 44
Binary 1100 10101101 10100000 1011101 0 1000 100000 10101111 1010111 100100

Color Harmonies of #0CADA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CADA0

Black with #0CADA0

Text Example


Text Example

White with #0CADA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,173,160); }

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

background-color css

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

 a { background-color: rgb(12,173,160); }

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

border-color css

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

 span { border-color: rgb(12,173,160); }

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