Html Css Color HEX #12BF65 Jade

📋 copy color: '#12BF65'

red 18 ◦ green 191 ◦ blue 101

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

Shades of Jade #12BF65

Tints of Jade #12BF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 5.81%
G = 61.61%
B = 32.58%

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

#12BF65 (or 0x12BF65) is known color: Jade. HEX triplet: 12, BF and 65. RGB value is (18,191,101). Sum of RGB (Red+Green+Blue) = 18+191+101=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 191 (75% from 255 or 61.61% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BF65 is #ED409A. Grayscale: #818181. Windows color (decimal): -15548571 or 6668050. OLE color: 6668050.

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

Color convert

RGB 18 191 101 -
CMYK 0.91 0 0.47 0.25
HSL 148.79º 0.83% 0.41% -
HSV(B) 148.79º 0.91% 0.75% -
XYZ 21.23 38.33 18.59 -
YUV 129.01 112.19 48.82 -
System Red Green Blue C M Y K H S L
Decimal 18 191 101 0.91 0 0.47 0.25 148.79 0.83 0.41
Hex 12 BF 65 5B 0 2F 19 95 53 29
Octal 22 277 145 133 0 57 31 225 123 51
Binary 10010 10111111 1100101 1011011 0 101111 11001 10010101 1010011 101001

Color Harmonies of #12BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF65

Black with #12BF65

Text Example


Text Example

White with #12BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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