Html Css Color HEX #12BF6C Jade

📋 copy color: '#12BF6C'

red 18 ◦ green 191 ◦ blue 108

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

Shades of Jade #12BF6C

Tints of Jade #12BF6C

RGB

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

 GREEN value IS 191 (75% from 255) = 60.25%

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

R = 5.68%
G = 60.25%
B = 34.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#12BF6C (or 0x12BF6C) is known color: Jade. HEX triplet: 12, BF and 6C. RGB value is (18,191,108). Sum of RGB (Red+Green+Blue) = 18+191+108=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BF6C is #ED4093. Grayscale: #818181. Windows color (decimal): -15548564 or 7126802. OLE color: 7126802.

HSL color Cylindrical-coordinate representation of color #12BF6C: hue angle of 151.21º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BF6C is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 191 108 -
CMYK 0.91 0 0.43 0.25
HSL 151.21º 0.83% 0.41% -
HSV(B) 151.21º 0.91% 0.75% -
XYZ 21.59 38.47 20.48 -
YUV 129.81 115.69 48.25 -
System Red Green Blue C M Y K H S L
Decimal 18 191 108 0.91 0 0.43 0.25 151.21 0.83 0.41
Hex 12 BF 6C 5B 0 2B 19 97 53 29
Octal 22 277 154 133 0 53 31 227 123 51
Binary 10010 10111111 1101100 1011011 0 101011 11001 10010111 1010011 101001

Color Harmonies of #12BF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF6C

Black with #12BF6C

Text Example


Text Example

White with #12BF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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