Html Css Color HEX #0CA789 Persian Green

📋 copy color: '#0CA789'

red 12 ◦ green 167 ◦ blue 137

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

Shades of Persian Green #0CA789

Tints of Persian Green #0CA789

RGB

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

 GREEN value IS 167 (65.63% from 255) = 52.85%

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

R = 3.8%
G = 52.85%
B = 43.35%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#0CA789 (or 0x0CA789) is known color: Persian Green. HEX triplet: 0C, A7 and 89. RGB value is (12,167,137). Sum of RGB (Red+Green+Blue) = 12+167+137=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 167 (65.62% from 255 or 52.85% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 167 - color contains mainly: green. Hex color #0CA789 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CA789 is #F35876. Grayscale: #757575. Windows color (decimal): -15947895 or 9021196. OLE color: 9021196.

HSL color Cylindrical-coordinate representation of color #0CA789: hue angle of 168.39º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA789 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 167 137 -
CMYK 0.93 0 0.18 0.35
HSL 168.39º 0.87% 0.35% -
HSV(B) 168.39º 0.93% 0.65% -
XYZ 18.49 29.52 28.39 -
YUV 117.24 139.15 52.94 -
System Red Green Blue C M Y K H S L
Decimal 12 167 137 0.93 0 0.18 0.35 168.39 0.87 0.35
Hex C A7 89 5D 0 12 23 A8 57 23
Octal 14 247 211 135 0 22 43 250 127 43
Binary 1100 10100111 10001001 1011101 0 10010 100011 10101000 1010111 100011

Color Harmonies of #0CA789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA789

Black with #0CA789

Text Example


Text Example

White with #0CA789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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