Html Css Color HEX #0CA998 Persian Green

📋 copy color: '#0CA998'

red 12 ◦ green 169 ◦ blue 152

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

Shades of Persian Green #0CA998

Tints of Persian Green #0CA998

RGB

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

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

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

R = 3.6%
G = 50.75%
B = 45.65%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#0CA998 (or 0x0CA998) is known color: Persian Green. HEX triplet: 0C, A9 and 98. RGB value is (12,169,152). Sum of RGB (Red+Green+Blue) = 12+169+152=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 169 (66.41% from 255 or 50.75% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA998 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA998 is #F35667. Grayscale: #787878. Windows color (decimal): -15947368 or 10004748. OLE color: 10004748.

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

Color convert

RGB 12 169 152 -
CMYK 0.93 0 0.10 0.34
HSL 173.5º 0.87% 0.35% -
HSV(B) 173.5º 0.93% 0.66% -
XYZ 20.01 30.72 34.58 -
YUV 120.12 145.99 50.88 -
System Red Green Blue C M Y K H S L
Decimal 12 169 152 0.93 0 0.10 0.34 173.5 0.87 0.35
Hex C A9 98 5D 0 A 22 AE 57 23
Octal 14 251 230 135 0 12 42 256 127 43
Binary 1100 10101001 10011000 1011101 0 1010 100010 10101110 1010111 100011

Color Harmonies of #0CA998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA998

Black with #0CA998

Text Example


Text Example

White with #0CA998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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