Html Css Color HEX #12B76C Jade

📋 copy color: '#12B76C'

red 18 ◦ green 183 ◦ blue 108

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

Shades of Jade #12B76C

Tints of Jade #12B76C

RGB

 RED value IS 18 (7.42% from 255) = 5.83%

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

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 5.83%
G = 59.22%
B = 34.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#12B76C (or 0x12B76C) is known color: Jade. HEX triplet: 12, B7 and 6C. RGB value is (18,183,108). Sum of RGB (Red+Green+Blue) = 18+183+108=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #12B76C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B76C is #ED4893. Grayscale: #7D7D7D. Windows color (decimal): -15550612 or 7124754. OLE color: 7124754.

HSL color Cylindrical-coordinate representation of color #12B76C: hue angle of 152.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B76C is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 183 108 -
CMYK 0.90 0 0.41 0.28
HSL 152.73º 0.82% 0.39% -
HSV(B) 152.73º 0.9% 0.72% -
XYZ 19.89 35.08 19.91 -
YUV 125.12 118.34 51.6 -
System Red Green Blue C M Y K H S L
Decimal 18 183 108 0.90 0 0.41 0.28 152.73 0.82 0.39
Hex 12 B7 6C 5A 0 29 1C 99 52 27
Octal 22 267 154 132 0 51 34 231 122 47
Binary 10010 10110111 1101100 1011010 0 101001 11100 10011001 1010010 100111

Color Harmonies of #12B76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B76C

Black with #12B76C

Text Example


Text Example

White with #12B76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12B76C; }

 p { color: rgb(18,183,108); }

 H1.HeaderClassName
 {
   color: #12B76C;
 }
 .AnyTagClassName
 {
   color: #12B76C;
 }
</style>

background-color css

<style>
 a { background-color: #12B76C; }

 a { background-color: rgb(18,183,108); }

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

border-color css

<style>
 span { border-color: #12B76C; }

 span { border-color: rgb(18,183,108); }

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