Html Css Color HEX #12BF68 Jade

📋 copy color: '#12BF68'

red 18 ◦ green 191 ◦ blue 104

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

Shades of Jade #12BF68

Tints of Jade #12BF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 5.75%
G = 61.02%
B = 33.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#12BF68 (or 0x12BF68) is known color: Jade. HEX triplet: 12, BF and 68. RGB value is (18,191,104). Sum of RGB (Red+Green+Blue) = 18+191+104=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 191 (75% from 255 or 61.02% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BF68 is #ED4097. Grayscale: #818181. Windows color (decimal): -15548568 or 6864658. OLE color: 6864658.

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

Color convert

RGB 18 191 104 -
CMYK 0.91 0 0.46 0.25
HSL 149.83º 0.83% 0.41% -
HSV(B) 149.83º 0.91% 0.75% -
XYZ 21.38 38.39 19.38 -
YUV 129.36 113.69 48.57 -
System Red Green Blue C M Y K H S L
Decimal 18 191 104 0.91 0 0.46 0.25 149.83 0.83 0.41
Hex 12 BF 68 5B 0 2E 19 96 53 29
Octal 22 277 150 133 0 56 31 226 123 51
Binary 10010 10111111 1101000 1011011 0 101110 11001 10010110 1010011 101001

Color Harmonies of #12BF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF68

Black with #12BF68

Text Example


Text Example

White with #12BF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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