Html Css Color HEX #0CAD98 Persian Green

📋 copy color: '#0CAD98'

red 12 ◦ green 173 ◦ blue 152

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

Shades of Persian Green #0CAD98

Tints of Persian Green #0CAD98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.1%

R = 3.56%
G = 51.34%
B = 45.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#0CAD98 (or 0x0CAD98) is known color: Persian Green. HEX triplet: 0C, AD and 98. RGB value is (12,173,152). Sum of RGB (Red+Green+Blue) = 12+173+152=337 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.56% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAD98 is #F35267. Grayscale: #7A7A7A. Windows color (decimal): -15946344 or 10005772. OLE color: 10005772.

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

Color convert

RGB 12 173 152 -
CMYK 0.93 0 0.12 0.32
HSL 172.17º 0.87% 0.36% -
HSV(B) 172.17º 0.93% 0.68% -
XYZ 20.76 32.23 34.83 -
YUV 122.47 144.66 49.21 -
System Red Green Blue C M Y K H S L
Decimal 12 173 152 0.93 0 0.12 0.32 172.17 0.87 0.36
Hex C AD 98 5D 0 C 20 AC 57 24
Octal 14 255 230 135 0 14 40 254 127 44
Binary 1100 10101101 10011000 1011101 0 1100 100000 10101100 1010111 100100

Color Harmonies of #0CAD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD98

Black with #0CAD98

Text Example


Text Example

White with #0CAD98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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