Html Css Color HEX #0CA668 Jade

📋 copy color: '#0CA668'

red 12 ◦ green 166 ◦ blue 104

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

Shades of Jade #0CA668

Tints of Jade #0CA668

RGB

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

 GREEN value IS 166 (65.23% from 255) = 58.87%

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 4.26%
G = 58.87%
B = 36.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#0CA668 (or 0x0CA668) is known color: Jade. HEX triplet: 0C, A6 and 68. RGB value is (12,166,104). Sum of RGB (Red+Green+Blue) = 12+166+104=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA668 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA668 is #F35997. Grayscale: #707070. Windows color (decimal): -15948184 or 6858252. OLE color: 6858252.

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

Color convert

RGB 12 166 104 -
CMYK 0.93 0 0.37 0.35
HSL 155.84º 0.87% 0.35% -
HSV(B) 155.84º 0.93% 0.65% -
XYZ 16.29 28.35 17.71 -
YUV 112.89 122.98 56.04 -
System Red Green Blue C M Y K H S L
Decimal 12 166 104 0.93 0 0.37 0.35 155.84 0.87 0.35
Hex C A6 68 5D 0 25 23 9C 57 23
Octal 14 246 150 135 0 45 43 234 127 43
Binary 1100 10100110 1101000 1011101 0 100101 100011 10011100 1010111 100011

Color Harmonies of #0CA668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA668

Black with #0CA668

Text Example


Text Example

White with #0CA668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,166,104); }

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

background-color css

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

 a { background-color: rgb(12,166,104); }

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

border-color css

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

 span { border-color: rgb(12,166,104); }

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