Html Css Color HEX #12A367 Jade

📋 copy color: '#12A367'

red 18 ◦ green 163 ◦ blue 103

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

Shades of Jade #12A367

Tints of Jade #12A367

RGB

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

 GREEN value IS 163 (64.06% from 255) = 57.39%

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

R = 6.34%
G = 57.39%
B = 36.27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#12A367 (or 0x12A367) is known color: Jade. HEX triplet: 12, A3 and 67. RGB value is (18,163,103). Sum of RGB (Red+Green+Blue) = 18+163+103=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 163 (64.06% from 255 or 57.39% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 163 - color contains mainly: green. Hex color #12A367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A367 is #ED5C98. Grayscale: #707070. Windows color (decimal): -15555737 or 6791954. OLE color: 6791954.

HSL color Cylindrical-coordinate representation of color #12A367: hue angle of 155.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A367 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 163 103 -
CMYK 0.89 0 0.37 0.36
HSL 155.17º 0.8% 0.35% -
HSV(B) 155.17º 0.89% 0.64% -
XYZ 15.79 27.3 17.27 -
YUV 112.81 122.46 60.38 -
System Red Green Blue C M Y K H S L
Decimal 18 163 103 0.89 0 0.37 0.36 155.17 0.8 0.35
Hex 12 A3 67 59 0 25 24 9B 50 23
Octal 22 243 147 131 0 45 44 233 120 43
Binary 10010 10100011 1100111 1011001 0 100101 100100 10011011 1010000 100011

Color Harmonies of #12A367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A367

Black with #12A367

Text Example


Text Example

White with #12A367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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