Html Css Color HEX #0CB795 Persian Green

📋 copy color: '#0CB795'

red 12 ◦ green 183 ◦ blue 149

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

Shades of Persian Green #0CB795

Tints of Persian Green #0CB795

RGB

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

 GREEN value IS 183 (71.88% from 255) = 53.2%

 BLUE value IS 149 (58.59% from 255) = 43.31%

R = 3.49%
G = 53.2%
B = 43.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#0CB795 (or 0x0CB795) is known color: Persian Green. HEX triplet: 0C, B7 and 95. RGB value is (12,183,149). Sum of RGB (Red+Green+Blue) = 12+183+149=344 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.49% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB795 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB795 is #F3486A. Grayscale: #7F7F7F. Windows color (decimal): -15943787 or 9811724. OLE color: 9811724.

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

Color convert

RGB 12 183 149 -
CMYK 0.93 0 0.19 0.28
HSL 168.07º 0.88% 0.38% -
HSV(B) 168.07º 0.93% 0.72% -
XYZ 22.51 36.12 34.22 -
YUV 128 139.85 45.26 -
System Red Green Blue C M Y K H S L
Decimal 12 183 149 0.93 0 0.19 0.28 168.07 0.88 0.38
Hex C B7 95 5D 0 13 1C A8 58 26
Octal 14 267 225 135 0 23 34 250 130 46
Binary 1100 10110111 10010101 1011101 0 10011 11100 10101000 1011000 100110

Color Harmonies of #0CB795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB795

Black with #0CB795

Text Example


Text Example

White with #0CB795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,183,149); }

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

background-color css

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

 a { background-color: rgb(12,183,149); }

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

border-color css

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

 span { border-color: rgb(12,183,149); }

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