Html Css Color HEX #12BF64 Jade

📋 copy color: '#12BF64'

red 18 ◦ green 191 ◦ blue 100

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

Shades of Jade #12BF64

Tints of Jade #12BF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.36%

R = 5.83%
G = 61.81%
B = 32.36%

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

#12BF64 (or 0x12BF64) is known color: Jade. HEX triplet: 12, BF and 64. RGB value is (18,191,100). Sum of RGB (Red+Green+Blue) = 18+191+100=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 191 (75% from 255 or 61.81% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BF64 is #ED409B. Grayscale: #818181. Windows color (decimal): -15548572 or 6602514. OLE color: 6602514.

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

Color convert

RGB 18 191 100 -
CMYK 0.91 0 0.48 0.25
HSL 148.44º 0.83% 0.41% -
HSV(B) 148.44º 0.91% 0.75% -
XYZ 21.18 38.31 18.33 -
YUV 128.9 111.69 48.9 -
System Red Green Blue C M Y K H S L
Decimal 18 191 100 0.91 0 0.48 0.25 148.44 0.83 0.41
Hex 12 BF 64 5B 0 30 19 94 53 29
Octal 22 277 144 133 0 60 31 224 123 51
Binary 10010 10111111 1100100 1011011 0 110000 11001 10010100 1010011 101001

Color Harmonies of #12BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF64

Black with #12BF64

Text Example


Text Example

White with #12BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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