Html Css Color HEX #0CC670 Jade

📋 copy color: '#0CC670'

red 12 ◦ green 198 ◦ blue 112

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

Shades of Jade #0CC670

Tints of Jade #0CC670

RGB

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

 GREEN value IS 198 (77.73% from 255) = 61.49%

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 3.73%
G = 61.49%
B = 34.78%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#0CC670 (or 0x0CC670) is known color: Jade. HEX triplet: 0C, C6 and 70. RGB value is (12,198,112). Sum of RGB (Red+Green+Blue) = 12+198+112=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 198 (77.73% from 255 or 61.49% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 198 - color contains mainly: green. Hex color #0CC670 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CC670 is #F3398F. Grayscale: #848484. Windows color (decimal): -15939984 or 7390732. OLE color: 7390732.

HSL color Cylindrical-coordinate representation of color #0CC670: hue angle of 152.26º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC670 is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 12 198 112 -
CMYK 0.94 0 0.43 0.22
HSL 152.26º 0.89% 0.41% -
HSV(B) 152.26º 0.94% 0.78% -
XYZ 23.27 41.64 22.14 -
YUV 132.58 116.38 41.99 -
System Red Green Blue C M Y K H S L
Decimal 12 198 112 0.94 0 0.43 0.22 152.26 0.89 0.41
Hex C C6 70 5E 0 2B 16 98 59 29
Octal 14 306 160 136 0 53 26 230 131 51
Binary 1100 11000110 1110000 1011110 0 101011 10110 10011000 1011001 101001

Color Harmonies of #0CC670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC670

Black with #0CC670

Text Example


Text Example

White with #0CC670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,198,112); }

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

background-color css

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

 a { background-color: rgb(12,198,112); }

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

border-color css

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

 span { border-color: rgb(12,198,112); }

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