Html Css Color HEX #12BE67 Jade

📋 copy color: '#12BE67'

red 18 ◦ green 190 ◦ blue 103

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

Shades of Jade #12BE67

Tints of Jade #12BE67

RGB

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

 GREEN value IS 190 (74.61% from 255) = 61.09%

 BLUE value IS 103 (40.63% from 255) = 33.12%

R = 5.79%
G = 61.09%
B = 33.12%

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

#12BE67 (or 0x12BE67) is known color: Jade. HEX triplet: 12, BE and 67. RGB value is (18,190,103). Sum of RGB (Red+Green+Blue) = 18+190+103=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BE67 is #ED4198. Grayscale: #808080. Windows color (decimal): -15548825 or 6798866. OLE color: 6798866.

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

Color convert

RGB 18 190 103 -
CMYK 0.91 0 0.46 0.25
HSL 149.65º 0.83% 0.41% -
HSV(B) 149.65º 0.91% 0.75% -
XYZ 21.11 37.93 19.04 -
YUV 128.65 113.52 49.07 -
System Red Green Blue C M Y K H S L
Decimal 18 190 103 0.91 0 0.46 0.25 149.65 0.83 0.41
Hex 12 BE 67 5B 0 2E 19 96 53 29
Octal 22 276 147 133 0 56 31 226 123 51
Binary 10010 10111110 1100111 1011011 0 101110 11001 10010110 1010011 101001

Color Harmonies of #12BE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BE67

Black with #12BE67

Text Example


Text Example

White with #12BE67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,190,103); }

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

background-color css

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

 a { background-color: rgb(18,190,103); }

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

border-color css

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

 span { border-color: rgb(18,190,103); }

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