Html Css Color HEX #12BF66 Jade

📋 copy color: '#12BF66'

red 18 ◦ green 191 ◦ blue 102

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

Shades of Jade #12BF66

Tints of Jade #12BF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.8%

R = 5.79%
G = 61.41%
B = 32.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#12BF66 (or 0x12BF66) is known color: Jade. HEX triplet: 12, BF and 66. RGB value is (18,191,102). Sum of RGB (Red+Green+Blue) = 18+191+102=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 191 (75% from 255 or 61.41% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BF66 is #ED4099. Grayscale: #818181. Windows color (decimal): -15548570 or 6733586. OLE color: 6733586.

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

Color convert

RGB 18 191 102 -
CMYK 0.91 0 0.47 0.25
HSL 149.13º 0.83% 0.41% -
HSV(B) 149.13º 0.91% 0.75% -
XYZ 21.28 38.35 18.85 -
YUV 129.13 112.69 48.74 -
System Red Green Blue C M Y K H S L
Decimal 18 191 102 0.91 0 0.47 0.25 149.13 0.83 0.41
Hex 12 BF 66 5B 0 2F 19 95 53 29
Octal 22 277 146 133 0 57 31 225 123 51
Binary 10010 10111111 1100110 1011011 0 101111 11001 10010101 1010011 101001

Color Harmonies of #12BF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF66

Black with #12BF66

Text Example


Text Example

White with #12BF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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