Html Css Color HEX #0CA889 Persian Green

📋 copy color: '#0CA889'

red 12 ◦ green 168 ◦ blue 137

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

Shades of Persian Green #0CA889

Tints of Persian Green #0CA889

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53%

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 3.79%
G = 53%
B = 43.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#0CA889 (or 0x0CA889) is known color: Persian Green. HEX triplet: 0C, A8 and 89. RGB value is (12,168,137). Sum of RGB (Red+Green+Blue) = 12+168+137=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 168 (66.02% from 255 or 53.00% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA889 is #F35776. Grayscale: #757575. Windows color (decimal): -15947639 or 9021452. OLE color: 9021452.

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

Color convert

RGB 12 168 137 -
CMYK 0.93 0 0.18 0.34
HSL 168.08º 0.87% 0.35% -
HSV(B) 168.08º 0.93% 0.66% -
XYZ 18.67 29.89 28.45 -
YUV 117.82 138.82 52.52 -
System Red Green Blue C M Y K H S L
Decimal 12 168 137 0.93 0 0.18 0.34 168.08 0.87 0.35
Hex C A8 89 5D 0 12 22 A8 57 23
Octal 14 250 211 135 0 22 42 250 127 43
Binary 1100 10101000 10001001 1011101 0 10010 100010 10101000 1010111 100011

Color Harmonies of #0CA889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA889

Black with #0CA889

Text Example


Text Example

White with #0CA889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,168,137); }

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

background-color css

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

 a { background-color: rgb(12,168,137); }

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

border-color css

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

 span { border-color: rgb(12,168,137); }

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