Html Css Color HEX #12B76B Jade

📋 copy color: '#12B76B'

red 18 ◦ green 183 ◦ blue 107

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

Shades of Jade #12B76B

Tints of Jade #12B76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.74%

R = 5.84%
G = 59.42%
B = 34.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#12B76B (or 0x12B76B) is known color: Jade. HEX triplet: 12, B7 and 6B. RGB value is (18,183,107). Sum of RGB (Red+Green+Blue) = 18+183+107=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #12B76B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B76B is #ED4894. Grayscale: #7D7D7D. Windows color (decimal): -15550613 or 7059218. OLE color: 7059218.

HSL color Cylindrical-coordinate representation of color #12B76B: hue angle of 152.36º 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 #12B76B is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 183 107 -
CMYK 0.90 0 0.42 0.28
HSL 152.36º 0.82% 0.39% -
HSV(B) 152.36º 0.9% 0.72% -
XYZ 19.84 35.06 19.63 -
YUV 125 117.84 51.68 -
System Red Green Blue C M Y K H S L
Decimal 18 183 107 0.90 0 0.42 0.28 152.36 0.82 0.39
Hex 12 B7 6B 5A 0 2A 1C 98 52 27
Octal 22 267 153 132 0 52 34 230 122 47
Binary 10010 10110111 1101011 1011010 0 101010 11100 10011000 1010010 100111

Color Harmonies of #12B76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B76B

Black with #12B76B

Text Example


Text Example

White with #12B76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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