Html Css Color HEX #12BF63 Jade

📋 copy color: '#12BF63'

red 18 ◦ green 191 ◦ blue 99

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

Shades of Jade #12BF63

Tints of Jade #12BF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 5.84%
G = 62.01%
B = 32.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#12BF63 (or 0x12BF63) is known color: Jade. HEX triplet: 12, BF and 63. RGB value is (18,191,99). Sum of RGB (Red+Green+Blue) = 18+191+99=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 191 (75% from 255 or 62.01% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BF63 is #ED409C. Grayscale: #808080. Windows color (decimal): -15548573 or 6536978. OLE color: 6536978.

HSL color Cylindrical-coordinate representation of color #12BF63: hue angle of 148.09º 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 #12BF63 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 191 99 -
CMYK 0.91 0 0.48 0.25
HSL 148.09º 0.83% 0.41% -
HSV(B) 148.09º 0.91% 0.75% -
XYZ 21.13 38.29 18.08 -
YUV 128.79 111.19 48.98 -
System Red Green Blue C M Y K H S L
Decimal 18 191 99 0.91 0 0.48 0.25 148.09 0.83 0.41
Hex 12 BF 63 5B 0 30 19 94 53 29
Octal 22 277 143 133 0 60 31 224 123 51
Binary 10010 10111111 1100011 1011011 0 110000 11001 10010100 1010011 101001

Color Harmonies of #12BF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF63

Black with #12BF63

Text Example


Text Example

White with #12BF63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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