Html Css Color HEX #12C26C Jade

📋 copy color: '#12C26C'

red 18 ◦ green 194 ◦ blue 108

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

Shades of Jade #12C26C

Tints of Jade #12C26C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.63%

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 5.63%
G = 60.63%
B = 33.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#12C26C (or 0x12C26C) is known color: Jade. HEX triplet: 12, C2 and 6C. RGB value is (18,194,108). Sum of RGB (Red+Green+Blue) = 18+194+108=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 194 (76.17% from 255 or 60.62% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 194 - color contains mainly: green. Hex color #12C26C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C26C is #ED3D93. Grayscale: #838383. Windows color (decimal): -15547796 or 7127570. OLE color: 7127570.

HSL color Cylindrical-coordinate representation of color #12C26C: hue angle of 150.68º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C26C is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 194 108 -
CMYK 0.91 0 0.44 0.24
HSL 150.68º 0.83% 0.42% -
HSV(B) 150.68º 0.91% 0.76% -
XYZ 22.25 39.79 20.7 -
YUV 131.57 114.69 46.99 -
System Red Green Blue C M Y K H S L
Decimal 18 194 108 0.91 0 0.44 0.24 150.68 0.83 0.42
Hex 12 C2 6C 5B 0 2C 18 97 53 2A
Octal 22 302 154 133 0 54 30 227 123 52
Binary 10010 11000010 1101100 1011011 0 101100 11000 10010111 1010011 101010

Color Harmonies of #12C26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C26C

Black with #12C26C

Text Example


Text Example

White with #12C26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,194,108); }

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

background-color css

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

 a { background-color: rgb(18,194,108); }

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

border-color css

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

 span { border-color: rgb(18,194,108); }

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