Html Css Color HEX #12C469 Jade

📋 copy color: '#12C469'

red 18 ◦ green 196 ◦ blue 105

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

Shades of Jade #12C469

Tints of Jade #12C469

RGB

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

 GREEN value IS 196 (76.95% from 255) = 61.44%

 BLUE value IS 105 (41.41% from 255) = 32.92%

R = 5.64%
G = 61.44%
B = 32.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#12C469 (or 0x12C469) is known color: Jade. HEX triplet: 12, C4 and 69. RGB value is (18,196,105). Sum of RGB (Red+Green+Blue) = 18+196+105=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 196 (76.95% from 255 or 61.44% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 196 - color contains mainly: green. Hex color #12C469 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C469 is #ED3B96. Grayscale: #848484. Windows color (decimal): -15547287 or 6931474. OLE color: 6931474.

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

Color convert

RGB 18 196 105 -
CMYK 0.91 0 0.46 0.23
HSL 149.33º 0.83% 0.42% -
HSV(B) 149.33º 0.91% 0.77% -
XYZ 22.54 40.63 20.02 -
YUV 132.4 112.53 46.4 -
System Red Green Blue C M Y K H S L
Decimal 18 196 105 0.91 0 0.46 0.23 149.33 0.83 0.42
Hex 12 C4 69 5B 0 2E 17 95 53 2A
Octal 22 304 151 133 0 56 27 225 123 52
Binary 10010 11000100 1101001 1011011 0 101110 10111 10010101 1010011 101010

Color Harmonies of #12C469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C469

Black with #12C469

Text Example


Text Example

White with #12C469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,196,105); }

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

background-color css

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

 a { background-color: rgb(18,196,105); }

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

border-color css

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

 span { border-color: rgb(18,196,105); }

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