Html Css Color HEX #12C067 Jade

📋 copy color: '#12C067'

red 18 ◦ green 192 ◦ blue 103

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

Shades of Jade #12C067

Tints of Jade #12C067

RGB

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

 GREEN value IS 192 (75.39% from 255) = 61.34%

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

R = 5.75%
G = 61.34%
B = 32.91%

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

#12C067 (or 0x12C067) is known color: Jade. HEX triplet: 12, C0 and 67. RGB value is (18,192,103). Sum of RGB (Red+Green+Blue) = 18+192+103=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #12C067 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C067 is #ED3F98. Grayscale: #828282. Windows color (decimal): -15548313 or 6799378. OLE color: 6799378.

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

Color convert

RGB 18 192 103 -
CMYK 0.91 0 0.46 0.25
HSL 149.31º 0.83% 0.41% -
HSV(B) 149.31º 0.91% 0.75% -
XYZ 21.55 38.81 19.19 -
YUV 129.83 112.85 48.24 -
System Red Green Blue C M Y K H S L
Decimal 18 192 103 0.91 0 0.46 0.25 149.31 0.83 0.41
Hex 12 C0 67 5B 0 2E 19 95 53 29
Octal 22 300 147 133 0 56 31 225 123 51
Binary 10010 11000000 1100111 1011011 0 101110 11001 10010101 1010011 101001

Color Harmonies of #12C067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C067

Black with #12C067

Text Example


Text Example

White with #12C067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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