Html Css Color HEX #0CB89A Persian Green

📋 copy color: '#0CB89A'

red 12 ◦ green 184 ◦ blue 154

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

Shades of Persian Green #0CB89A

Tints of Persian Green #0CB89A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.57%

 BLUE value IS 154 (60.55% from 255) = 44%

R = 3.43%
G = 52.57%
B = 44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.28

RGB Variations

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

Color information

#0CB89A (or 0x0CB89A) is known color: Persian Green. HEX triplet: 0C, B8 and 9A. RGB value is (12,184,154). Sum of RGB (Red+Green+Blue) = 12+184+154=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 184 (72.27% from 255 or 52.57% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB89A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB89A is #F34765. Grayscale: #818181. Windows color (decimal): -15943526 or 10139660. OLE color: 10139660.

HSL color Cylindrical-coordinate representation of color #0CB89A: hue angle of 169.53º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB89A is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 184 154 -
CMYK 0.93 0 0.16 0.28
HSL 169.53º 0.88% 0.38% -
HSV(B) 169.53º 0.93% 0.72% -
XYZ 23.12 36.69 36.44 -
YUV 129.15 142.02 44.44 -
System Red Green Blue C M Y K H S L
Decimal 12 184 154 0.93 0 0.16 0.28 169.53 0.88 0.38
Hex C B8 9A 5D 0 10 1C AA 58 26
Octal 14 270 232 135 0 20 34 252 130 46
Binary 1100 10111000 10011010 1011101 0 10000 11100 10101010 1011000 100110

Color Harmonies of #0CB89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB89A

Black with #0CB89A

Text Example


Text Example

White with #0CB89A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,184,154); }

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

background-color css

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

 a { background-color: rgb(12,184,154); }

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

border-color css

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

 span { border-color: rgb(12,184,154); }

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