Html Css Color HEX #0C9E6A Jade

📋 copy color: '#0C9E6A'

red 12 ◦ green 158 ◦ blue 106

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

Shades of Jade #0C9E6A

Tints of Jade #0C9E6A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 57.25%

 BLUE value IS 106 (41.8% from 255) = 38.41%

R = 4.35%
G = 57.25%
B = 38.41%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#0C9E6A (or 0x0C9E6A) is known color: Jade. HEX triplet: 0C, 9E and 6A. RGB value is (12,158,106). Sum of RGB (Red+Green+Blue) = 12+158+106=276 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.35% from 276); Green value is 158 (62.11% from 255 or 57.25% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C9E6A is #F36195. Grayscale: #6C6C6C. Windows color (decimal): -15950230 or 6987276. OLE color: 6987276.

HSL color Cylindrical-coordinate representation of color #0C9E6A: hue angle of 158.63º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9E6A is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 158 106 -
CMYK 0.92 0 0.33 0.38
HSL 158.63º 0.86% 0.33% -
HSV(B) 158.63º 0.92% 0.62% -
XYZ 14.98 25.57 17.78 -
YUV 108.42 126.63 59.23 -
System Red Green Blue C M Y K H S L
Decimal 12 158 106 0.92 0 0.33 0.38 158.63 0.86 0.33
Hex C 9E 6A 5C 0 21 26 9F 56 21
Octal 14 236 152 134 0 41 46 237 126 41
Binary 1100 10011110 1101010 1011100 0 100001 100110 10011111 1010110 100001

Color Harmonies of #0C9E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9E6A

Black with #0C9E6A

Text Example


Text Example

White with #0C9E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,158,106); }

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

background-color css

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

 a { background-color: rgb(12,158,106); }

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

border-color css

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

 span { border-color: rgb(12,158,106); }

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