Html Css Color HEX #12B262 Jade

📋 copy color: '#12B262'

red 18 ◦ green 178 ◦ blue 98

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

Shades of Jade #12B262

Tints of Jade #12B262

RGB

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

 GREEN value IS 178 (69.92% from 255) = 60.54%

 BLUE value IS 98 (38.67% from 255) = 33.33%

R = 6.12%
G = 60.54%
B = 33.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#12B262 (or 0x12B262) is known color: Jade. HEX triplet: 12, B2 and 62. RGB value is (18,178,98). Sum of RGB (Red+Green+Blue) = 18+178+98=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 178 (69.92% from 255 or 60.54% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 178 - color contains mainly: green. Hex color #12B262 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B262 is #ED4D9D. Grayscale: #797979. Windows color (decimal): -15551902 or 6468114. OLE color: 6468114.

HSL color Cylindrical-coordinate representation of color #12B262: hue angle of 150º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B262 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 178 98 -
CMYK 0.90 0 0.45 0.30
HSL 150º 0.82% 0.38% -
HSV(B) 150º 0.9% 0.7% -
XYZ 18.37 32.85 16.93 -
YUV 121.04 114.99 54.5 -
System Red Green Blue C M Y K H S L
Decimal 18 178 98 0.90 0 0.45 0.30 150 0.82 0.38
Hex 12 B2 62 5A 0 2D 1E 96 52 26
Octal 22 262 142 132 0 55 36 226 122 46
Binary 10010 10110010 1100010 1011010 0 101101 11110 10010110 1010010 100110

Color Harmonies of #12B262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B262

Black with #12B262

Text Example


Text Example

White with #12B262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,178,98); }

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

background-color css

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

 a { background-color: rgb(18,178,98); }

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

border-color css

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

 span { border-color: rgb(18,178,98); }

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