Html Css Color HEX #12BD6C Jade

📋 copy color: '#12BD6C'

red 18 ◦ green 189 ◦ blue 108

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

Shades of Jade #12BD6C

Tints of Jade #12BD6C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60%

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

R = 5.71%
G = 60%
B = 34.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#12BD6C (or 0x12BD6C) is known color: Jade. HEX triplet: 12, BD and 6C. RGB value is (18,189,108). Sum of RGB (Red+Green+Blue) = 18+189+108=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 189 (74.22% from 255 or 60% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD6C is #ED4293. Grayscale: #808080. Windows color (decimal): -15549076 or 7126290. OLE color: 7126290.

HSL color Cylindrical-coordinate representation of color #12BD6C: hue angle of 151.58º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD6C is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 189 108 -
CMYK 0.90 0 0.43 0.26
HSL 151.58º 0.83% 0.41% -
HSV(B) 151.58º 0.9% 0.74% -
XYZ 21.15 37.61 20.33 -
YUV 128.64 116.35 49.09 -
System Red Green Blue C M Y K H S L
Decimal 18 189 108 0.90 0 0.43 0.26 151.58 0.83 0.41
Hex 12 BD 6C 5A 0 2B 1A 98 53 29
Octal 22 275 154 132 0 53 32 230 123 51
Binary 10010 10111101 1101100 1011010 0 101011 11010 10011000 1010011 101001

Color Harmonies of #12BD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BD6C

Black with #12BD6C

Text Example


Text Example

White with #12BD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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