Html Css Color HEX #0CB492 Persian Green

📋 copy color: '#0CB492'

red 12 ◦ green 180 ◦ blue 146

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

Shades of Persian Green #0CB492

Tints of Persian Green #0CB492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.25%

 BLUE value IS 146 (57.42% from 255) = 43.2%

R = 3.55%
G = 53.25%
B = 43.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#0CB492 (or 0x0CB492) is known color: Persian Green. HEX triplet: 0C, B4 and 92. RGB value is (12,180,146). Sum of RGB (Red+Green+Blue) = 12+180+146=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 180 (70.70% from 255 or 53.25% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 180 - color contains mainly: green. Hex color #0CB492 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB492 is #F34B6D. Grayscale: #7D7D7D. Windows color (decimal): -15944558 or 9614348. OLE color: 9614348.

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

Color convert

RGB 12 180 146 -
CMYK 0.93 0 0.19 0.29
HSL 167.86º 0.88% 0.38% -
HSV(B) 167.86º 0.93% 0.71% -
XYZ 21.66 34.8 32.77 -
YUV 125.89 139.34 46.76 -
System Red Green Blue C M Y K H S L
Decimal 12 180 146 0.93 0 0.19 0.29 167.86 0.88 0.38
Hex C B4 92 5D 0 13 1D A8 58 26
Octal 14 264 222 135 0 23 35 250 130 46
Binary 1100 10110100 10010010 1011101 0 10011 11101 10101000 1011000 100110

Color Harmonies of #0CB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB492

Black with #0CB492

Text Example


Text Example

White with #0CB492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,180,146); }

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

background-color css

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

 a { background-color: rgb(12,180,146); }

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

border-color css

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

 span { border-color: rgb(12,180,146); }

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